querying values defined in a check constraint

From: "danno" <danny(at)intuitivemedia(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: querying values defined in a check constraint
Date: 2001-07-19 15:28:26
Message-ID: 9j6u8i$46e$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I would like to query values defined in a check
constraint on a field so I can populated a web
form dynamically with options for users.

Can this be done?
I'm using Python with the PgSQL and libpq drivers
to interface with the database.

regards
Danno

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-07-19 15:31:08 Re: Query optimizing - paradox behave
Previous Message Josh Berkus 2001-07-19 15:19:55 Re: pl/pgsql - code review + question