1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.31 2000/04/16 15:46:39 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.32 2000/05/09 18:55:56 momjian Exp $
3
3
Postgres documentation
4
4
-->
5
5
@@ -851,7 +851,7 @@ lo_import 152801
851
851
The second argument is a string that should be printed whenever a field
852
852
is null. The default is not to print anything, which can easily be mistaken
853
853
for, say, an empty string. Thus, one might choose to write
854
- <literal>\pset null " (null)" </literal>.
854
+ <literal>\pset null ' (null)' </literal>.
855
855
</para>
856
856
</listitem>
857
857
</varlistentry>
@@ -863,8 +863,8 @@ lo_import 152801
863
863
Specifies the field separator to be used in unaligned output mode. That way
864
864
one can create, for example, tab- or comma-separated output, which other
865
865
programs might prefer. To set a tab as field separator, type
866
- <literal>\pset fieldsep "\t" </literal>. The default field separator is
867
- <quote>< literal>| </literal></quote > (a <quote>pipe</quote> symbol).
866
+ <literal>\pset fieldsep '\t' </literal>. The default field separator is
867
+ <literal>'|' </literal> (a <quote>pipe</quote> symbol).
868
868
</para>
869
869
</listitem>
870
870
</varlistentry>
@@ -2151,8 +2151,8 @@ $ ./configure --with-includes=/opt/gnu/include --with-libs=/opt/gnu/lib ...
2151
2151
Notice the changing prompt.
2152
2152
<programlisting>
2153
2153
testdb=> <userinput>CREATE TABLE my_table (</userinput>
2154
- testdb- > <userinput> first integer not null default 0,</userinput>
2155
- testdb- > <userinput> second text</userinput>
2154
+ testdb( > <userinput> first integer not null default 0,</userinput>
2155
+ testdb( > <userinput> second text</userinput>
2156
2156
testdb-> <userinput>);</userinput>
2157
2157
CREATE
2158
2158
</programlisting>
0 commit comments