Column existence - how to check?

From: "Mark Higgins" <mghiggins(at)my-deja(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Column existence - how to check?
Date: 2001-10-03 01:26:06
Message-ID: 20011002.213141.2025187190.16719@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm writing an app that dynamically creates tables in a postgresql db.

I'd like to determine if a column has been defined for a known table. Is
there any way to do this? I've searched around quite a bit and haven't
found anything.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hiroshi Inoue 2001-10-03 01:36:05 Re: LOCK TABLE oddness in PLpgSQL function called via JDBC
Previous Message Barry Lind 2001-10-03 01:13:14 Re: LOCK TABLE oddness in PLpgSQL function called via JDBC