Subject: | return field names aftre prepare() |
Hello!
It seems that DBD::Pg does not return query field names in $st->{NAME} after $st = $dbh->prepare(q{SELECT * FROM table}).
For MySQL, Oracle, DB2, I get the names.
Why it is necessary to do $st->execute first for Postgres?
DBD::Pg version 2.19.3
perl version v5.14.2
Best regards
HG