Re: pgsql-server: Tablespaces. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgsql-server: Tablespaces.
Date
Msg-id 9577.1087621197@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server: Tablespaces.  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: pgsql-server: Tablespaces.
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
>> 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.

Hm ... seems like that requires more special cases, not fewer.
What I was imagining was the current database-local pg_description plus
a single shared table pg_shared_description.  When you add more kinds of
shared objects (SQL roles maybe?) obj_description doesn't need to
change...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Twelve days to feature freeze
Next
From: Tom Lane
Date:
Subject: Re: Minor DROP TABLESPACE issue