Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita89c109

Browse files
author
Neil Conway
committed
Minor cleanup of documentation for recently-added HISTFILE psql variable.
1 parentd46bc44 commita89c109

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.140 2005/06/1015:34:25 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.141 2005/06/1016:26:59 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1991,13 +1991,12 @@ bar
19911991
<term><varname>HISTFILE</varname></term>
19921992
<listitem>
19931993
<para>
1994-
This variable contains the filename used to save the history.
1995-
Its default value is <filename>~/.psql_history</filename>.
1996-
For example, use:
1994+
The filename that will be used to store the history list. The default
1995+
value is <filename>~/.psql_history</filename>. For example, using:
19971996
<programlisting>
19981997
\set HISTFILE ~/.psql_history-:DBNAME
19991998
</programlisting>
2000-
inyour<filename>~/.psqlrc</filename> will get psql to
1999+
in <filename>~/.psqlrc</filename> will get<application>psql</application> to
20012000
maintain a separate history for each database.
20022001
</para>
20032002
<note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp