John van Zantvoort wrote:
moin,
I've got a question. I'm scripting against an existing postgresql database
environment and need to tweak queries based on the columns in the views or
tables, how can if find these w/o querying the tables or views.
There is a whole section of the manual devoted t
moin,
I've got a question. I'm scripting against an existing postgresql database
environment and need to tweak queries based on the columns in the views or
tables, how can if find these w/o querying the tables or views.
Currently I execute the querie and collect the columns but this is rather
exp