Re: PostgreSQL v7.1 Release Candidate 4

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: PostgreSQL v7.1 Release Candidate 4
Дата
Msg-id Pine.LNX.4.21.0104092339430.23841-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Re: PostgreSQL v7.1 Release Candidate 4  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce,

Problem is the use of heap_drop_with_catalog().
*              heap_drop_with_catalog  - removes all record of named
relation from catalogs**              1)      open relation, check for existence, etc.*              2)      remove
inheritanceinformation*              3)      remove indexes*              4)      remove pg_class tuple*
5)     remove pg_attribute tuples and related descriptions*              6)      remove pg_description tuples*
   7)      remove pg_type tuples*              8)      RemoveConstraints ()*              9)      unlink relation
 

Only these things are destroyed. relchecks, for example, stays consistent
and works correctly.

Gavin



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL v7.1 Release Candidate 4
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: M68K...