mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -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
b09e8b0667
commit
47cbad2d18
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.175.2.5 2007/03/26 17:23:45 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.175.2.6 2009/08/10 02:39:20 adunstan Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -236,6 +236,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…
x
Reference in New Issue
Block a user