Hello,
I've been having problems getting queries from perl to run with Pg.pm. My
database connection works and the database is opened fine. However when I
execute a query like "$result = $conn->exec($query);" I can never return any
tuples. I have tried many different forms of the sql query, (the exact same
queries work fine in psql) on a couple databases and tables. Still no luck.
The code worked last night. Is there some setting on postmaster that I need to
set? What happened?
Thanks,
Dax Duskin