Author: turnstep Date: Tue Jul 21 07:13:03 2009 New Revision: 13095 Modified: DBD-Pg/trunk/Pg.pm
Log: Fix missing geom constant in docs Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Tue Jul 21 07:13:03 2009 @@ -2696,7 +2696,7 @@ exported by DBD::Pg (such as PG_BYTEA). In addition to string, bytea, char, bool, and other standard types, the following geometric types are supported: point, line, lseg, box, path, polygon, and circle (PG_POINT, PG_LINE, PG_LSEG, PG_BOX, -PG_POLYGON, and PG_CIRCLE respectively). +PG_PATH, PG_POLYGON, and PG_CIRCLE respectively). B<NOTE:> The undocumented (and invalid) support for the C<SQL_BINARY> data type is officially deprecated. Use C<PG_BYTEA> with C<bind_param()> instead:
