Re: pgsql-server: Tablespaces.

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql-server: Tablespaces.
Date: 2004-06-18 06:48:38
Message-ID: 40D29046.2040003@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

(Moved to -hackers)

> Log Message:
> -----------
> Tablespaces. Alternate database locations are dead, long live tablespaces.

Sweet :)

> There are various things left to do: contrib dbsize and oid2name modules
> need work, and so does the documentation. Also someone should think about
> COMMENT ON TABLESPACE and maybe RENAME TABLESPACE. Also initlocation is
> dead, it just doesn't know it yet.

Comment on TABLESPACE is impossible, no? Tablespaces are a global
relation and pg_description isn't.

I'll do RENAME and OWNER TO for tablespaces with this patch I'm working
on atm if people like.

Chris

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Tom 2004-06-18 13:34:29 pqa - pqa: Oops, added applicability check to text aggregator
Previous Message Tom Lane 2004-06-18 06:14:33 pgsql-server: Tablespaces.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-06-18 06:53:08 Re: Tablespace patch review
Previous Message Tom Lane 2004-06-18 06:14:33 pgsql-server: Tablespaces.