-
- Downloads
psql: Support multiple -c and -f options, and allow mixing them.
To support this, we must reconcile some historical anomalies in the behavior of -c. In particular, as a backward-incompatibility, -c no longer implies --no-psqlrc. Pavel Stehule (code) and Catalin Iacob (documentation). Review by Michael Paquier and myself. Proposed behavior per Tom Lane.
Showing
- doc/src/sgml/ref/psql-ref.sgml 53 additions, 35 deletionsdoc/src/sgml/ref/psql-ref.sgml
- src/bin/psql/command.c 2 additions, 32 deletionssrc/bin/psql/command.c
- src/bin/psql/command.h 1 addition, 1 deletionsrc/bin/psql/command.h
- src/bin/psql/startup.c 148 additions, 66 deletionssrc/bin/psql/startup.c
- src/test/perl/PostgresNode.pm 1 addition, 1 deletionsrc/test/perl/PostgresNode.pm
Loading
Please register or sign in to comment