Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 61534
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: GAAS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.17.1
Fixed in: 2.18.0



Subject: 12placeholders.t fails to create the // operator
perl -Mblib t/12placeholders.t fails test 113 for me: not ok 113 - Prepare works with placeholders after double slashes # Failed test 'Prepare works with placeholders after double slashes' # at t/12placeholders.t line 519. # got: 'DBD::Pg::db do failed: ERROR: permission denied for schema pg_catalog at t/12placeholders.t line 514. # ' # expected: '' I'm using DBD-Pg-2.17.1 with a remote test server. Is there anything I can do on the server to give it permission to succeed? The statement that appears to be failing is: $dbh->do(q{CREATE OPERATOR // ( PROCEDURE=bit, LEFTARG=int, RIGHTARG=int )}); but I don't have problems running this statement using psql using the same username and database.
Thanks for the report. This has been fixed in r14795 and will part of the 2.18.0 release.