Add -L option to psql to log sessions.
Bruce Momjian <bruce@momjian.us>
Add -L option to psql to log sessions. Lorne Sunley
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/psql-ref.sgml | modified | +12 −1 |
| src/bin/psql/common.c | modified | +20 −3 |
| src/bin/psql/describe.c | modified | +17 −17 |
| src/bin/psql/help.c | modified | +3 −2 |
| src/bin/psql/large_obj.c | modified | +2 −2 |
| src/bin/psql/print.c | modified | +7 −4 |
| src/bin/psql/print.h | modified | +4 −3 |
| src/bin/psql/settings.h | modified | +2 −1 |
| src/bin/psql/startup.c | modified | +18 −4 |
| src/bin/scripts/createlang.c | modified | +2 −2 |
| src/bin/scripts/droplang.c | modified | +2 −2 |