diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-18 23:30:24 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-18 23:30:24 +0000 |
| commit | f565cf41ab8d71df0f4bece5443679d249258b17 (patch) | |
| tree | 0f7162c88a3aeecf00e8626b41f0ea4ad198cca7 /doc/src | |
| parent | 80c5fea99dc028f2726364ab18318dda3864d5a9 (diff) | |
another set of cleanups
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 55 |
1 files changed, 35 insertions, 20 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 88a15fe631e..4e3d5554801 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.20 2000/01/14 22:18:01 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.21 2000/01/18 23:30:19 petere Exp $ Postgres documentation --> @@ -852,6 +852,16 @@ lo_import 152801 </varlistentry> <varlistentry> + <term><literal>recordsep</literal></term> + <listitem> + <para> + Specifies the record (line) separator to use in unaligned output mode. The default + is a newline character. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><literal>tuples_only</literal> (or <literal>t</literal>)</term> <listitem> <para> @@ -1900,12 +1910,14 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp <variablelist> <varlistentry> <term><literal>%M</literal></term> - <listitem><para>The hostname of the database server (or <quote>.</quote> if Unix domain socket).</para></listitem> + <listitem><para>The hostname of the database server (or <quote>.</quote> + if Unix domain socket).</para></listitem> </varlistentry> <varlistentry> <term><literal>%m</literal></term> - <listitem><para>The hostname of the database server truncated after the first dot.</para></listitem> + <listitem><para>The hostname of the database server truncated after the + first dot.</para></listitem> </varlistentry> <varlistentry> @@ -1915,7 +1927,8 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp <varlistentry> <term><literal>%n</literal></term> - <listitem><para>The username you are connected as (not your local system user name).</para></listitem> + <listitem><para>The username you are connected as (not your local system + user name).</para></listitem> </varlistentry> <varlistentry> @@ -1925,37 +1938,39 @@ testdb=> <userinput>\set content `sed -e "s/'/\\\\\\'/g" < my_file.txt`</userinp <varlistentry> <term><literal>%~</literal></term> - <listitem><para>Like <literal>%/</literal>, but the output is <quote>~</quote> (tilde) if the database - is your default database.</para></listitem> + <listitem><para>Like <literal>%/</literal>, but the output is <quote>~</quote> + (tilde) if the database is your default database.</para></listitem> </varlistentry> <varlistentry> <term><literal>%#</literal></term> - <listitem><para>If the username is <literal>postgres</literal>, a <quote>#</quote>, otherwise a <quote>></quote>.</para></listitem> + <listitem><para>If the username is <literal>postgres</literal>, a + <quote>#</quote>, otherwise a <quote>></quote>.</para></listitem> </varlistentry> <varlistentry> <term><literal>%R</literal></term> <listitem><para> - In prompt 1 normally <quote>=</quote>, but <quote>^</quote> if in single-line mode, and - <quote>!</quote> if the session is disconnected from the database (which can only - happen if <command>\connect</command> fails). - In prompt 2 the sequence is replaced by <quote>-</quote>, <quote>*</quote>, a single quote, - or a double quote, depending on whether <application>psql</application> expects more input - because the query wasn't terminated yet, because you are inside a <literal>/* ... */</literal> - comment, or because you are inside a quote. - In prompt 3 the sequence doesn't resolve to anything.</para> + In prompt 1 normally <quote>=</quote>, but <quote>^</quote> if in single-line + mode, and <quote>!</quote> if the session is disconnected from the database + (which can happen if <command>\connect</command> fails). In prompt 2 the + sequence is replaced by <quote>-</quote>, <quote>*</quote>, a single quote, + or a double quote, depending on whether <application>psql</application> + expects more input because the query wasn't terminated yet, because you are + inside a <literal>/* ... */</literal> comment, or because you are inside + a quote. In prompt 3 the sequence doesn't resolve to anything.</para> </listitem> </varlistentry> <varlistentry> <term><literal>%</literal><replaceable class="parameter">digits</replaceable></term> <listitem><para> - If <replaceable class="parameter">digits</replaceable> starts with <literal>0x</literal> - the rest of the characters are interpreted at a hexadecimal digit and the - character with the corresponding code is subsituted. If the first digit is <literal>0</literal> - the characters are interpreted as on octal number and the corresponding character - is substituted. Otherwise a decimal number is assumed.</para> + If <replaceable class="parameter">digits</replaceable> starts with + <literal>0x</literal> the rest of the characters are interpreted at a + hexadecimal digit and the character with the corresponding code is + subsituted. If the first digit is <literal>0</literal> the characters are + interpreted as on octal number and the corresponding character is + substituted. Otherwise a decimal number is assumed.</para> </listitem> </varlistentry> |
