Re: Table Constraints Bug

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: Table Constraints Bug
Дата
Msg-id 48BC199D.2050100@lelarge.info
обсуждение исходный текст
Ответ на Table Constraints Bug  (Matthew Arp <x00010000@att.net>)
Список pgadmin-support
Matthew Arp a écrit :
> pgAdminIII will not allow you to add a self-referential constraint while
> using the GUI table editor, see the below example:
>  
> CREATE TABLE "role"
> (
>   uid integer NOT NULL,
>   "name" character varying(32) NOT NULL,
>   parent integer NOT NULL DEFAULT 1,
>   CONSTRAINT role_pkey PRIMARY KEY (uid),
>   CONSTRAINT role_parent_fkey FOREIGN KEY (parent)
>       REFERENCES "role" (uid) MATCH SIMPLE
>       ON UPDATE NO ACTION ON DELETE RESTRICT
> )
> WITH (OIDS=FALSE);
> ALTER TABLE "role" OWNER TO glasshook_admin;

Can we have more details? because I can add a foreign key which refers
to the same table with the GUI table editor.


-- 
Guillaume.http://www.postgresqlfr.orghttp://dalibo.com


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

Предыдущее
От: Matthew Arp
Дата:
Сообщение: Table Constraints Bug
Следующее
От: ADRIANITA ELIZABETH BONILLA SANDOVAL
Дата:
Сообщение: Tutorial urgente!!!!