[DBD::Pg 1/2] Fix typo in docs regarding pg_placeholder_dollaronly. RT #91400
[email protected] Fri, 13 Dec 2013 16:09:13 -0500
| Newsgroups | perl.dbd.pg.changes |
|---|---|
| Message-ID | <[email protected]> |
Committed by Bryan Carpenter <[email protected]> Subject: [DBD::Pg 1/2] Fix typo in docs regarding pg_placeholder_dollaronly. RT #91400 --- Pg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pg.pm b/Pg.pm index bf50d7e..1ca712c 100644 --- a/Pg.pm +++ b/Pg.pm @@ -2600,7 +2600,7 @@ handle level. Examples: Alternatively, you can set it at prepare time: $sth = $dbh->prepare(q{SELECT * FROM mytable WHERE lseg1 ?-| lseg2 AND name = $1}, - {pg_placeholder_dollaronly = 1}); + {pg_placeholder_dollaronly => 1}); $sth->execute('segname'); =head3 B<prepare_cached> -- 1.8.4