$!dbh.execute("SET log_min_messages TO $level");
$sth = $!dbh.execute( "SHOW $var-name" );
I expected DBIish via DBDish::Pg to accept ? placeholders in the above.
Only with the pause caused by my error, did I consider that SET might reasonably take two placeholders.
I expected
DBIishviaDBDish::Pgto accept?placeholders in the above.Only with the pause caused by my error, did I consider that
SETmight reasonably take two placeholders.