BUG

Поиск
Список
Период
Сортировка
От yoursoft@freemail.hu
Тема BUG
Дата
Msg-id 417817DB.4080606@freemail.hu
обсуждение исходный текст
Ответы Re: BUG  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support
Dear List!

My Platform is: WinXp
My versions: All Binary Snapsots to 20041016; Version 1.1

Try the following:
1.
create tables:
CREATE TABLE ytable
( kod varchar(30) NOT NULL
);

CREATE TABLE xtable
( kod varchar(30) NOT NULL
);

An fk key definition:
ALTER TABLE xtable   ADD CONSTRAINT cvbcbvc FOREIGN KEY (kod) REFERENCES ytable (kod) ON 
UPDATE DEFAULT ON DELETE SET NULL;

2. View it in pgAdmin:   Browse in left object tree to the 'xtable' / Constarins / 'cvbcbvc'.   Select 'Properties' /
Actiontab.   The 'On update' radio button group will be wrong value: 'RESTRICT' ( 
 
I think the good value is: 'SET DELETE').

Best Regards:      Ferenc


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

Предыдущее
От: "Ben Trewern"
Дата:
Сообщение: Adding Not Null constraints doesn't work with beta 3
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: BUG