Re: Queyring for columns which are exist in table. - Mailing list pgsql-sql

From msi77
Subject Re: Queyring for columns which are exist in table.
Date
Msg-id 194831296026267@web130.yandex.ru
Whole thread Raw
In response to Queyring for columns which are exist in table.  ("Santosh Bhujbal (sabhujba)" <sabhujba@cisco.com>)
List pgsql-sql
Why would not use information schema to checking of existence of some column in a table:

select column_name from information_schema.columns where table_name='tbl'


pgsql-sql by date:

Previous
From: manuel antonio ochoa
Date:
Subject: pgbench tools
Next
From: Emi Lu
Date:
Subject: how to get row number in select query