]> granicus.if.org Git - postgresql/commit
Remove the long-deprecated -u option from psql, since it does nothing very
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Dec 2007 19:01:06 +0000 (19:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Dec 2007 19:01:06 +0000 (19:01 +0000)
commit1161f1ae1474e373ac02fd24898f12d9c7c43436
tree420586829fa56f11de542b66b6ea625773c2dbe9
parent3a7211aaf782ce56082720b741440e345cb711c6
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.
doc/src/sgml/ref/psql-ref.sgml
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_restore.c
src/bin/psql/command.c
src/bin/psql/startup.c