deferred capability for the primary key

Поиск
Список
Период
Сортировка
От Merrill Oveson
Тема deferred capability for the primary key
Дата
Msg-id 39368D80.4CF4E5FD@actiontarget.com
обсуждение исходный текст
Список pgsql-general
    Fellow postgresers:

According to the web site the following syntax is permitted:

PRIMARY KEY clause

SQL92 specifies some additional capabilities for PRIMARY KEY:

Table Constraint definition:

[ CONSTRAINT name ] PRIMARY KEY ( column [, ...] )
    [ {INITIALLY DEFERRED | INITIALLY IMMEDIATE} ]
    [ [ NOT ] DEFERRABLE ]


My snytax is:

constraint base_pos_pkey primary key (base, pos)
    initially deferred

Postgres complained about the "initially"

Are deferrable primary keys not supported by Postgres?


Thanks!

Merrill










t




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

Предыдущее
От: "Jackson Ching"
Дата:
Сообщение: Locking Level
Следующее
От: Wim Ceulemans
Дата:
Сообщение: Re: query optimiser changes 6.5->7.0