|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^2: DBI::Pg returns select plan on executeby erix (Priest) |
| on Aug 17, 2012 at 16:39 UTC ( #988024=note: print w/ replies, xml ) | Need Help?? |
|
A postgres session (or postgresql.conf file) accepts the parameter 'debug_print_plan' [1]: if set to 'on' (or 1) postgresql will write planner details to the logfile:
This is all written to the logfile so to me it seems not very likely the case for the OP. He (or some SQL-generator) probably just forgot to take an 'EXPLAIN'-prefix from an SQL statement. [1] runtime-config-logging.html (postgres manual)
update (2012.10.30): show use in session setting (not postgresql.conf setting).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||