mirror of
https://github.com/postgres/postgres.git
synced 2026-04-09 11:06:21 -04: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:
parent
6f2fb5d814
commit
a6fb8791b2
1 changed files with 12 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225.2.1 2009/07/24 19:35:26 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225.2.2 2009/08/10 02:50:18 adunstan Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
|
|
@ -240,6 +240,17 @@ PostgreSQL documentation
|
|||
</listitem>
|
||||
</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>
|
||||
<term><option>-o <replaceable class="parameter">filename</replaceable></></term>
|
||||
<term><option>--output <replaceable class="parameter">filename</replaceable></></term>
|
||||
|
|
|
|||
Loading…
Reference in a new issue