CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/08 00:49:38
Modified files:
doc/src/sgml : runtime.sgml
src/backend/tcop: postgres.c
src/backend/utils/error: elog.c
src/backend/utils/misc: guc.c postgresql.conf.sample
Log message:
Have log_min_duration_statement = 0 always print duration/statement.
Change log line to be "duration: ms query:"
Indent multi-line queries with a tab in the server logs.
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match