From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
Error, warning, and log messages generated within the server code
should be created using 56.2. Reporting Errors Within the Server
56.2. Reporting Errors Within the Server
ereport
, or its older cousin
elog
. The use of this function is complex enough to
@@ -247,4 +247,4 @@ ereport(level, errmsg_internal("format string", ...));
routines will not affect it. That would not be true if you were to
write strerror(errno)
explicitly in errmsg
's
parameter list; accordingly, do not do so.
-