Add Constraint

Поиск
Список
Период
Сортировка
От Sivagami .
Тема Add Constraint
Дата
Msg-id 006a01c03eac$231a0a20$43c0f4d1@worlddata.com
обсуждение исходный текст
Ответы Re: Add Constraint  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
Hi all,
 
I am a newbie to Postgresql, but I am familiar with SQL. I am trying to add a constraint to my table using the ALTER TABLE command. The command goes like this :
 
ALTER TABLE USER_SIGNUP ADD CONSTRAINT
P_USER_SIGNUP_USER_ID PRIMARY KEY(user_id);
 
But it is returning the error
ERROR:  ALTER TABLE / ADD CONSTRAINT is not implemented
 
Can anyone guide me in the right direction???
 
Thanks.
Shiva

В списке pgsql-sql по дате отправления:

Предыдущее
От: Jie Liang
Дата:
Сообщение: plperl
Следующее
От: Blaise Carrupt
Дата:
Сообщение: Get a time from a char column