10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e5f4d commit 6ba365aCopy full SHA for 6ba365a
src/include/utils/elog.h
@@ -33,8 +33,8 @@
33
* client regardless of client_min_messages,
34
* but by default not sent to server log. */
35
#define NOTICE 18 /* Helpful messages to users about query
36
- * operation; sent to client and server log by
37
- * default. */
+ * operation; sent to client and not to server
+ * log by default. */
38
#define WARNING 19 /* Warnings. NOTICE is for expected messages
39
* like implicit sequence creation by SERIAL.
40
* WARNING is for unexpected messages. */
0 commit comments