Add GUC variable to print original query to the server logs when there
Bruce Momjian <bruce@momjian.us>
Add GUC variable to print original query to the server logs when there is an error, warning, etc. Gavin Sherry
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +25 −4 |
| src/backend/utils/error/elog.c | modified | +11 −76 |
| src/backend/utils/misc/guc.c | modified | +73 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +3 −0 |
| src/bin/psql/tab-complete.c | modified | +2 −2 |
| src/include/utils/elog.h | modified | +2 −12 |
| src/include/utils/guc.h | modified | +23 −1 |