-
- Downloads
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.
Showing
- doc/src/sgml/ref/psql-ref.sgml 1 addition, 19 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/pg_dump/pg_dump.c 2 additions, 7 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_restore.c 2 additions, 7 deletionssrc/bin/pg_dump/pg_restore.c
- src/bin/psql/command.c 4 additions, 3 deletionssrc/bin/psql/command.c
- src/bin/psql/startup.c 6 additions, 33 deletionssrc/bin/psql/startup.c
Loading
Please register or sign in to comment