Subject: | inconsistency in documentation |
Date: | Thu, 2 Feb 2006 11:39:24 +0100 |
To: | bug-dbd-pg [...] rt.cpan.org |
From: | Joachim Wieland <joe [...] mcknight.de> |
Hi,
the following is part of the dbd-pg documentation:
----------------------------------
pg_errorlevel (integer)
PostgreSQL specific attribute, only works for servers version 7.4 and
above. Sets the amount of information returned by the server's error
messages. Valid entries are 1,2, and 3. Any other number will be forced to
the default value of 2.
A value of 0 ("TERSE") will show severity, primary text, and position
only and will usually fit on a single line. A value of 1 ("DEFAULT") will
also show any detail, hint, or context fields. A value of 2 ("VERBOSE") will
show all available information.
----------------------------------
Both paragraphs are contradictory with respect to which values are allowed
and what they mean. paragraph #1 talks about 1,2,3, and #2 about 0,1,2
Joachim