"David G. Johnston" <david.g.johnston@xxxxxxxxx> writes: > On Wed, Nov 23, 2016 at 3:46 AM, Poul Kristensen <bcc5226@xxxxxxxxx> wrote: >> In the postgresql.log I get "select datname from $1". > That is expected when you parameterize a query - the query string includes > parameters instead of values. It looks like Poul is hoping to use a parameter as a table name, which doesn't work. Parameters can only represent values (constants). regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general