Re: Table Spaces - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: Table Spaces
Date
Msg-id 40A96645.9070903@familyhealth.com.au
Whole thread Raw
In response to Table Spaces  (Gavin Sherry <swm@linuxworld.com.au>)
List pgsql-hackers
> Alternative database location:
> 
> Should this code be removed now?

I think that this:

CREATE DATABASE blah LOCATION 'xyz';

Should now be interpreted to mean:

CREATE TABLESPACE blah_tbsp LOCATION 'xyz';
CREATE DATABSE blah TABLESPACE blah_tbsp;

Or something like that...

Chris


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Call for 7.5 feature completion
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Call for 7.5 feature completion