Author: turnstep
Date: Thu Jan 17 19:01:04 2008
New Revision: 10597

Modified:
   DBD-Pg/trunk/Pg.pm

Log:
PG_BYTE does not require pg_types, but it does require DBD::Pg, 
so we'll just leave out the mention entirely.


Modified: DBD-Pg/trunk/Pg.pm
==============================================================================
--- DBD-Pg/trunk/Pg.pm  (original)
+++ DBD-Pg/trunk/Pg.pm  Thu Jan 17 19:01:04 2008
@@ -2855,8 +2855,6 @@
 
   use DBD::Pg qw(:pg_types);
 
-(The one exception is PG_BYTEA which is exported by default, and does 
-not require the above import before being used).
 You can then set the data types by setting the value of the C<pg_type>
 key in the hash passed to C<bind_param>. 
 The current list of Postgres data types exported is:

Reply via email to