|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.133 2005/02/11 04:19:05 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.134 2005/03/14 06:19:01 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -179,8 +179,8 @@ PostgreSQL documentation
|
179 | 179 | <listitem>
|
180 | 180 | <para>
|
181 | 181 | Use <replaceable class="parameter">separator</replaceable> as the
|
182 |
| - field separator. This is equivalent to <command>\pset |
183 |
| - fieldsep</command> or <command>\f</command>. |
| 182 | + field separator for unaligned output. This is equivalent to |
| 183 | +<command>\psetfieldsep</command> or <command>\f</command>. |
184 | 184 | </para>
|
185 | 185 | </listitem>
|
186 | 186 | </varlistentry>
|
@@ -283,8 +283,8 @@ PostgreSQL documentation
|
283 | 283 | <listitem>
|
284 | 284 | <para>
|
285 | 285 | Use <replaceable class="parameter">separator</replaceable> as the
|
286 |
| - record separator. This is equivalent to the <command>\pset |
287 |
| - recordsep</command> command. |
| 286 | + record separator for unaligned output. This is equivalent to the |
| 287 | +<command>\psetrecordsep</command> command. |
288 | 288 | </para>
|
289 | 289 | </listitem>
|
290 | 290 | </varlistentry>
|
|