1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4.

This commit is contained in:
Andrew Dunstan 2009-08-10 02:39:09 +00:00
parent 6119329e23
commit c5b758bcb9

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.99 2003/11/01 01:56:29 petere Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.99.2.1 2009/08/10 02:39:09 adunstan Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -221,6 +221,17 @@ PostgreSQL documentation
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-n</></term>
<term><option>--no-readline</></term>
<listitem>
<para>
Do not use readline for line editing and do not use the history.
This can be useful to turn off tab expansion when cutting and pasting.
</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><option>-o <replaceable class="parameter">filename</replaceable></></term> <term><option>-o <replaceable class="parameter">filename</replaceable></></term>
<term><option>--output <replaceable class="parameter">filename</replaceable></></term> <term><option>--output <replaceable class="parameter">filename</replaceable></></term>