Re: existence of column name - Mailing list pgsql-general

From Jasen Betts
Subject Re: existence of column name
Date
Msg-id grps48$sm8$1@reversiblemaps.ath.cx
Whole thread Raw
In response to existence of column name  (Eric Smith <eric_h_smith@mac.com>)
List pgsql-general
On 2009-04-09, Eric Smith <eric_h_smith@mac.com> wrote:
> All,
>
>  From the C API, how do I check for the existence of a column name in
> a given table?

you can look at the information schema, column-names in a result-set,
or error messages.  which is most apropriate depends on the context.



pgsql-general by date:

Previous
From: Jasen Betts
Date:
Subject: Re: Convert Oracle function to PostgreSQL
Next
From: Sam Mason
Date:
Subject: Re: Internationalization