From: | "Williams, Quinton L" <QWilliams(at)Central(dot)UH(dot)edu> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org |
Subject: | Change contraint in a table description |
Date: | 2003-10-28 21:29:21 |
Message-ID: | BAD7D8D48D07D245BA83C8B9C9BF2EED032DD7@EX1SERVER2.cougarnet.uh.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hello,
When doing a description of a table I get the following line:
Check constraints: "check_auth_method" (((((method = 'NONE'::character
varying) OR (method = 'IMAP'::character varying)) OR (method =
'POP'::character varying)) OR (method = 'FTP'::character varying)) OR
(method = 'LDAP'::character varying))
I need to modify this line to add RADIUS as a constraint. How do I get to
where I can modify this line? Is it a simple "SET CONTRAINT" SQL command or
do I have to go to this "check_auth_method" (where ever that is)?
Quinton Williams
Telecommunications Analyst
University of Houston
(832) 842-4680
From | Date | Subject | |
---|---|---|---|
Next Message | Eric S. Johansson | 2003-10-28 21:49:01 | logging messages this time |
Previous Message | moonman | 2003-10-28 19:13:56 | Viewing linked large postgres tables with Access: Running out of memory |