Re: SET CONSTRAINTS todo

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SET CONSTRAINTS todo
Дата
Msg-id 24971.1275626739@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SET CONSTRAINTS todo  (Dan Colish <dcolish@gmail.com>)
Список pgsql-hackers
Dan Colish <dcolish@gmail.com> writes:
> I wanted to work on this todo item and I have a few questions about
> the semantics of it. Essentially, it is not possible to have more than
> one relname for a constraint,

That is per SQL spec: SQL92 10.6 syntax rule 2 saith
        2) The <qualified identifier> of <constraint name> shall be differ-           ent from the <qualified
identifier>of the <constraint name> of           any other constraint defined in the same schema.
 

I believe we are already laxer than the spec, because we don't enforce
that restriction except for index-based constraints.  I'm not terribly
excited about trying to make it weaker yet.

> Is the intention of the todo to allow the user to specify a tablename
> which limits the search path to that table's schema or is the feature to
> extend constraints to allow per table naming.

I think the TODO item you're looking at is just about how narrowly you
can specify the target(s) of a SET CONSTRAINTS command.  It's not meant
to say anything about what constraint names can be created in the first
place.
        regards, tom lane


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

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: [PATCH] Fix leaky VIEWs for RLS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Fix leaky VIEWs for RLS