Re: [INTERFACES] Foreign Keys

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [INTERFACES] Foreign Keys
Дата
Msg-id 36DE9081.529561FC@alumni.caltech.edu
обсуждение исходный текст
Ответ на RE: [INTERFACES] Foreign Keys  (Michael Davis <michael.davis@prevuenet.com>)
Список pgsql-interfaces
> Thanks. That was what i was looking for. It's been real useful!
> I also put this other line to handle the inverse case (NULL = field)
>
>  | NULL_P '=' a_expr
>     { $$ = makeA_Expr(ISNULL, NULL, $3, NULL); }

This leads to a shift/reduce conflict in yacc. I've been working on this
a bit, and have modified gram.y (so far just in my local copy) to allow
Jose's syntax and to allow the same syntax in a constraint declaration.
But this variant may be tougher to do correctly...

                        - Tom

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

Предыдущее
От: "Christopher R. Jones"
Дата:
Сообщение: Postgre Perl on WIN NT
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [INTERFACES] libpq++ - copy - default values