diff options
author | Tom Lane | 2007-12-11 19:01:06 +0000 |
---|---|---|
committer | Tom Lane | 2007-12-11 19:01:06 +0000 |
commit | 1161f1ae1474e373ac02fd24898f12d9c7c43436 (patch) | |
tree | 420586829fa56f11de542b66b6ea625773c2dbe9 /doc/src | |
parent | 3a7211aaf782ce56082720b741440e345cb711c6 (diff) |
Remove the long-deprecated -u option from psql, since it does nothing very
useful and confuses people who think it is the same as -U. (Eventually
we might want to re-introduce it as being an alias for -U, but that should
not happen until the switch has actually not been there for a few releases.)
Likewise in pg_dump and pg_restore. Per gripe from Robert Treat and
subsequent discussion.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 6cd5f3bfea5..63c9c4303cb 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.196 2007/10/29 17:29:59 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.197 2007/12/11 19:01:06 tgl Exp $ PostgreSQL documentation --> @@ -363,24 +363,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-u</></term> - <listitem> - <para> - Forces <application>psql</application> to prompt for the user name and - password before connecting to the database. - </para> - - <para> - This option is deprecated, as it is conceptually flawed. - (Prompting for a non-default user name and prompting for a - password because the server requires it are really two different - things.) You are encouraged to look at the <option>-U</option> and - <option>-W</option> options instead. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-U <replaceable class="parameter">username</replaceable></></term> <term><option>--username <replaceable class="parameter">username</replaceable></></term> <listitem> |