shared description table.

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема shared description table.
Дата
Msg-id Pine.BSO.4.61.0512141653220.32015@leary.csoft.net
обсуждение исходный текст
Ответы Re: shared description table.  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
I've created a new shared catalog table pg_shdescription to store comments
on cluster global objects like databases, tablespaces, and roles.

It touches a lot of places, but not much in the way of big changes.  The
only design decision I made was to duplicate the query and manipulation
functions rather than to try and have them handle both shared and local
comments.  I believe this is simpler for the code and not an issue for
callers because they know what type of object they are dealing with.  This
has resulted in a shobj_description function analagous to obj_description
and backend functions [Create/Delete]SharedComments mirroring the existing
[Create/Delete]Comments functions.

pg_shdescription.h goes into src/include/catalog/

Kris Jurka

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TODO item: list prepared queries
Следующее
От: Simon Riggs
Дата:
Сообщение: Single-Transaction Utility options