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.