pg_depend

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pg_depend
Дата
Msg-id 200107160500.f6G50GF08398@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: pg_depend  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
I have found that many TODO items would benefit from a pg_depend table
that tracks object dependencies.  TODO updated.

---------------------------------------------------------------------------

DEPENDENCY CHECKING / pg_depend

* Auto-destroy sequence on DROP of table with SERIAL, perhaps with a separate SERIAL type
* Prevent column dropping if column is used by foreign key
* Propagate column or table renaming to foreign key constraints
* Automatically drop constraints/functions when object is dropped
* Make constraints clearer in dump file
* Make foreign keys easier to identify 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: Planned changes to pg_am catalog
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Translators wanted