Change contraint in a table description

Поиск
Список
Период
Сортировка
От Williams, Quinton L
Тема Change contraint in a table description
Дата
Msg-id BAD7D8D48D07D245BA83C8B9C9BF2EED032DD7@EX1SERVER2.cougarnet.uh.edu
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: esimbo@openlinksw.co.uk (Emmon Simbo)
Дата:
Сообщение: Re: Viewing linked large postgres tables with Access: Running out of memory
Следующее
От: Pedro Miguel Guedes
Дата:
Сообщение: help from Portugal