Re: Tablespace patch review - Mailing list pgsql-patches

From Tom Lane
Subject Re: Tablespace patch review
Date
Msg-id 9614.1087621342@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tablespace patch review  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Tablespace patch review  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-patches
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> What about people upgrading from 7.4 databases that used database locations?

They'll get a nice warning:

regression=# create database foo location 'bar';
WARNING:  LOCATION is not supported anymore
HINT:  Consider using tablespaces instead.
CREATE DATABASE

and everything will go into the default tablespace.  I don't really
see how to do much better than that ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: win32 libpq ENABLE_THREAD_SAFETY
Next
From: Tom Lane
Date:
Subject: Re: Tablespace patch review