For protocol-level prepare/bind/execute:
Bruce Momjian <bruce@momjian.us>
For protocol-level prepare/bind/execute: o print user name for all o print portal name if defined for all o print query for all o reduce log_statement header to single keyword o print bind parameters as DETAIL if text mode
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +6 −2 |
| src/backend/commands/portalcmds.c | modified | +2 −1 |
| src/backend/commands/prepare.c | modified | +2 −1 |
| src/backend/executor/spi.c | modified | +2 −1 |
| src/backend/tcop/postgres.c | modified | +45 −17 |
| src/backend/utils/mmgr/portalmem.c | modified | +3 −1 |
| src/include/utils/portal.h | modified | +3 −1 |