File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 11<!--
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 $
33PostgreSQL documentation
44-->
55
@@ -240,6 +240,17 @@ PostgreSQL documentation
240240 </listitem>
241241 </varlistentry>
242242
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+
243254 <varlistentry>
244255 <term><option>-o <replaceable class="parameter">filename</replaceable></></term>
245256 <term><option>--output <replaceable class="parameter">filename</replaceable></></term>
You can’t perform that action at this time.
0 commit comments