Re: Queyring for columns which are exist in table.

From: msi77 <msi77(at)yandex(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Queyring for columns which are exist in table.
Date: 2011-01-26 07:17:46
Message-ID: 194831296026267@web130.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'

Browse pgsql-sql by date

  From Date Subject
Next Message Emi Lu 2011-01-26 16:11:45 how to get row number in select query
Previous Message manuel antonio ochoa 2011-01-26 00:34:32 pgbench tools