Author: turnstep Date: Sun Aug 19 10:05:02 2007 New Revision: 9858 Modified: DBD-Pg/trunk/Pg.pm
Log: Add note about frequency of state codes, per David E. Wheeler suggestion. Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Sun Aug 19 10:05:02 2007 @@ -1762,6 +1762,9 @@ The list of codes used by PostgreSQL can be found at: L<http://www.postgresql.org/docs/current/static/errcodes-appendix.html> +Note that these codes are part of the SQL standard and only a small number +of them will be used by PostgreSQL. + =item B<trace> $h->trace($trace_level);
