Re: [GENERAL] column names query

Поиск
Список
Период
Сортировка
От stimits@comcast.net
Тема Re: [GENERAL] column names query
Дата
Msg-id 995457802.67503071.1504789115022.JavaMail.zimbra@comcast.net
обсуждение исходный текст
Ответ на [GENERAL] column names query  (hamann.w@t-online.de)
Ответы Re: [GENERAL] column names query  (hamann.w@t-online.de)
Список pgsql-general
SELECT table_name, column_name
FROM information_schema.columns
WHERE table_name = 'your_name';
 
----- Original Message -----
From: hamann w <hamann.w@t-online.de>
To: pgsql-general@postgresql.org
Sent: Thu, 07 Sep 2017 07:18:12 -0000 (UTC)
Subject: [GENERAL] 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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: Alexander Stoddard
Дата:
Сообщение: [GENERAL] Plans to lift no write limitation on parallelism?
Следующее
От: milist ujang
Дата:
Сообщение: Re: [GENERAL] BDR, wal segment has been removed, is it possible move forward?