Re: pgsql-server: Tablespaces.

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: pgsql-server: Tablespaces.
Дата
Msg-id 40D3B592.50803@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: pgsql-server: Tablespaces.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql-server: Tablespaces.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Well, it has the same issues as COMMENT ON DATABASE, which we support,
> though crudely.
> 
> Perhaps we should think about creating a shared version of
> pg_description so we could have more reasonable support for comments
> on shared objects.  I'm not in a hurry for this but it would be a
> reasonable TODO item.

Just add a comment text column to the databases, users, groups and 
tablespaces tables.  Then special case them in obj_description.

Chris



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Twelve days to feature freeze
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Minor DROP TABLESPACE issue