Change contraint in a table description - Mailing list pgsql-novice

From Williams, Quinton L
Subject Change contraint in a table description
Date
Msg-id BAD7D8D48D07D245BA83C8B9C9BF2EED032DD7@EX1SERVER2.cougarnet.uh.edu
Whole thread Raw
List 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
 

 

pgsql-novice by date:

Previous
From: esimbo@openlinksw.co.uk (Emmon Simbo)
Date:
Subject: Re: Viewing linked large postgres tables with Access: Running out of memory
Next
From: Pedro Miguel Guedes
Date:
Subject: help from Portugal