On 2009-04-09, Eric Smith <eric_h_sm...@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. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general