Small FK patch to deal with tables without oids

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Small FK patch to deal with tables without oids
Дата
Msg-id 20011108090005.D53365-200000@megazone23.bigpanda.com
обсуждение исходный текст
Ответы Re: Small FK patch to deal with tables without oids  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Small FK patch to deal with tables without oids  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
    Tables without oids wouldn't be able to be
used inside fk constraints, since some of the checks
in the trigger did a SELECT oid.  Since the oid wasn't
actually used, I changed this to SELECT 1.  My test
case with non-oid tables now works and fk regression
appears to run fine on my machine.

Вложения

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

Предыдущее
От: Klaus Naumann
Дата:
Сообщение: Patch for Makefile race against current cvs
Следующее
От: Bruce Momjian
Дата:
Сообщение: MD5 support for ODBC