New system catalog idea

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема New system catalog idea
Дата
Msg-id ECEHIKNFIMMECLEBJFIGOEJFCAAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: New system catalog idea  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
While we're on the subject of new system catalogs, how about a many to many
catalog like this:

pg_depend (oid obj, oid dep)

That maps the oid of a system object (such as a constraint, index, function,
trigger, anything) to all other system objects that are dependent upon it.
Although it may take a bit of work to implement, it will trivialise
supporting CASCADE/RESTRICT on DROP.

Chris



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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: Updating system catalogs after a tuple deletion
Следующее
От: "Vadim Mikheev"
Дата:
Сообщение: Re: Plans for solving the VACUUM problem