Author: turnstep Date: Sun Aug 3 16:05:07 2008 New Revision: 11626 Modified: DBD-Pg/trunk/Pg.pm
Log: Enforce non-breaking of phrase. Modified: DBD-Pg/trunk/Pg.pm ============================================================================== --- DBD-Pg/trunk/Pg.pm (original) +++ DBD-Pg/trunk/Pg.pm Sun Aug 3 16:05:07 2008 @@ -3015,7 +3015,7 @@ Specifies if the current database connection should be in read-only mode or not. In this mode, changes that change the database are not allowed and will throw an error. Note: this method will B<not> work if L</AutoCommit> is true. The -read-only effect is accomplished by sending a SET TRANSACTION READ ONLY after +read-only effect is accomplished by sending a S<SET TRANSACTION READ ONLY> after every begin. For more details, please see: http://www.postgresql.org/docs/current/interactive/sql-set-transaction.html
