Re: BUG #1006: information schema constraint information.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1006: information schema constraint information.
Дата
Msg-id 200312161559.29990.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: BUG #1006: information schema constraint information.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Tom Lane wrote:
> >> But if I read SQL99 correctly, only referencing not referenced
> >> columns are supposed to be shown.
> >
> > It is supposed to show the referenced (primary key) columns.
>
> [ reads spec more carefully... ]  Yeah, I think you are right.
> We are going to need a separate UNION arm for the foreign-key case.

Fixed.  The union branch was already trying to differentiate between
primary key and foreign key when joining the columns, but not when
joining the tables.  Just a thinko.

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: pg_service.conf ignores dbname parameter
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1009: ERROR: could not open segment 1 of relation...