diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-09 19:19:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-09 19:19:17 +0000 |
commit | 9c9b9446da2eeec7dcfc2aecb68eef29125b3ad5 (patch) | |
tree | 0288c3ad410c7e4df33b91cc54ce1e9a744557d8 | |
parent | a8c53d6207302e5b83ee1ce8dce86c3ca5af31fe (diff) |
Remove mention that history is _now_ automatically saved on exit. It
has been that way for a long time.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 9e792041336..3d6d0a1d7f7 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.154 2005/11/04 23:14:02 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.155 2005/12/09 19:19:17 momjian Exp $ PostgreSQL documentation --> @@ -1644,15 +1644,6 @@ lo_import 152801 if <application>psql</application> is configured to use the <acronym>GNU</acronym> <application>Readline</application> library. </para> - - <note> - <para> - In the current version, it is no longer necessary to save the - command history, since that will be done automatically on - program termination. The history is also loaded automatically - every time <application>psql</application> starts up. - </para> - </note> </listitem> </varlistentry> |