On Thu, Sep 7, 2017 at 9:18 AM, <[email protected]> wrote: > is there a simple way to retrieve column names from a query - basically the > way psql adds > column headings when I do a select?
How do you do the query? I mean, JDBC, PERL? After all psql is just a C program doing a query using libpq and can do it, we may provide some useful info if you show yours first. Francisco Olarte. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
