Search Postgresql Archives

Re: column names query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



SELECT table_name, column_name
FROM information_schema.columns
WHERE table_name = 'your_name';
 
----- Original Message -----
From: hamann w <hamann.w@xxxxxxxxxxx>
To: pgsql-general@xxxxxxxxxxxxxx
Sent: Thu, 07 Sep 2017 07:18:12 -0000 (UTC)
Subject: column names query
Hi,
is there a simple way to retrieve column names from a query - basically the way psql adds
column headings when I do a select?
Best regards
Wolfgang Hamann
--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux