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)
commit0e905d89b8220bec8e1483cd826decad707e9f50
tree417b48149586a893b50aaedf02a676db65ba6893
parent310f64b2d741ee24ddde1d7e9cfbc4294c4c6169
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