-
- Downloads
Now bind displays prepare as detail, and execute displays prepare and
optionally bind. I re-added the "statement:" label so people will understand why the line is being printed (it is log_*statement behavior). Use single quotes for bind values, instead of double quotes, and double literal single quotes in bind values (and document that). I also made use of the DETAIL line to have much cleaner output.
Showing
- doc/src/sgml/config.sgml 2 additions, 2 deletionsdoc/src/sgml/config.sgml
- src/backend/commands/portalcmds.c 2 additions, 1 deletionsrc/backend/commands/portalcmds.c
- src/backend/commands/prepare.c 2 additions, 1 deletionsrc/backend/commands/prepare.c
- src/backend/executor/spi.c 2 additions, 1 deletionsrc/backend/executor/spi.c
- src/backend/tcop/postgres.c 63 additions, 50 deletionssrc/backend/tcop/postgres.c
- src/backend/utils/mmgr/portalmem.c 3 additions, 1 deletionsrc/backend/utils/mmgr/portalmem.c
- src/include/utils/portal.h 4 additions, 2 deletionssrc/include/utils/portal.h
Loading
Please register or sign in to comment