Hi

the comment about NOTICE level in elog.h is obsolete

Regards

Pavel
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h
new file mode 100644
index 8e90661..7684717
*** a/src/include/utils/elog.h
--- b/src/include/utils/elog.h
***************
*** 33,40 ****
  								 * client regardless of client_min_messages,
  								 * but by default not sent to server log. */
  #define NOTICE		18			/* Helpful messages to users about query
! 								 * operation; sent to client and server log by
! 								 * default. */
  #define WARNING		19			/* Warnings.  NOTICE is for expected messages
  								 * like implicit sequence creation by SERIAL.
  								 * WARNING is for unexpected messages. */
--- 33,40 ----
  								 * client regardless of client_min_messages,
  								 * but by default not sent to server log. */
  #define NOTICE		18			/* Helpful messages to users about query
! 								 * operation; sent to client and not to server
! 								 * log by default. */
  #define WARNING		19			/* Warnings.  NOTICE is for expected messages
  								 * like implicit sequence creation by SERIAL.
  								 * WARNING is for unexpected messages. */
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to