Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE
Date
Msg-id 9907.1093287770@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] ALTER SCHEMA ... SET TABLESPACE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Marc G. Fournier wrote:
>>> We avoided this with oids but it seems we have added another.  I don't
>>> see a good way of avoiding this like we had with oids.
>> 
>> Isn't that what hte proposed (or implemented?) "SET DEFAULT_TABLESPACE" 
>> was for?

> No.  I think it was for allowing the table to be created even if the
> tablespace doesn't exist.

Yes, that's exactly what it was for.  I thought you had figured it out
as of your previous post ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: missing data/global
Next
From: Tom Lane
Date:
Subject: Re: returning modified input from C functions