|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.227 2009/07/25 17:04:19 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.228 2009/08/10 02:39:04 adunstan Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -240,6 +240,17 @@ PostgreSQL documentation
|
240 | 240 | </listitem>
|
241 | 241 | </varlistentry>
|
242 | 242 |
|
| 243 | +<varlistentry> |
| 244 | + <term><option>-n</></term> |
| 245 | + <term><option>--no-readline</></term> |
| 246 | + <listitem> |
| 247 | + <para> |
| 248 | + Do not use readline for line editing and do not use the history. |
| 249 | + This can be useful to turn off tab expansion when cutting and pasting. |
| 250 | + </para> |
| 251 | + </listitem> |
| 252 | + </varlistentry> |
| 253 | + |
243 | 254 | <varlistentry>
|
244 | 255 | <term><option>-o <replaceable class="parameter">filename</replaceable></></term>
|
245 | 256 | <term><option>--output <replaceable class="parameter">filename</replaceable></></term>
|
|