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

From Tom Lane
Subject Re: pgsql-server: Tablespaces.
Date
Msg-id 19598.1087567563@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.
Re: pgsql-server: Tablespaces.
List pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Comment on TABLESPACE is impossible, no?  Tablespaces are a global 
> relation and pg_description isn't.

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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Darko Prenosil
Date:
Subject: SPI equivalent for libpq PQftable & PQFtablecolumn
Next
From: Tom Lane
Date:
Subject: Re: CREATE TABLE ... LIKE composite type