Re: referencial integrity constraint bug in version 7.0 beta 5

Поиск
Список
Период
Сортировка
От wieck@debis.com (Jan Wieck)
Тема Re: referencial integrity constraint bug in version 7.0 beta 5
Дата
Msg-id m12kz6H-0003lNC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Ответ на referencial integrity constraint bug in version 7.0 beta 5  (Vassiliadis Spyros <aceteam@it.teithe.gr>)
Ответы Re: referencial integrity constraint bug in version 7.0 beta 5
Re: referencial integrity constraint bug in version 7.0 beta 5
Список pgsql-general
Spyros Vasileiadis wrote:

> I am running a slackware 7 linux box (kernel 2.2.14 g++2.91.66) and i 've
> installed the ver 7 beta 5. So i had the following problem
>
> I suppose when you make a constraint statement for reference key theere
> should be a check for the fields names , example:

    You're  right. Bruce, would you please add these items to the
    7.1 todo:

        Check PK attributes to exist (maybe to be comparable with
        corresponding  FK  attribute  if possible) at foreign key
        definition time.

        Deny column dropping if column in question is used by  an
        FK constraint.

        Propagate column or table renaming to FK constraints.

        Emit  a  warning  if  at FK creation time no UNIQUE index
        exists over referenced PK attributes.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#========================================= wieck@debis.com (Jan Wieck) #



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

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Pg.pm versus DBD::Pg
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Re: [HACKERS] pgsql/php3/apache authentication