Re: make default TABLESPACE belong to target table.

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Amos Bird <amosbird(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: make default TABLESPACE belong to target table.
Date: 2016-11-25 17:30:22
Message-ID: CADkLM=dvrmc0-szzS=UDaZd3FUkb0=C98WbED0PNasGu66RH3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> I'd like to implement this small feature --- making table's auxiliary
> structures store their data to the target table's tablespace by default.
> I've done a thorough search over the mailing list and there is nothing
> relevant. Well I may miss some corners :-)
>

I had a similar problem in writing the range_partitioning extension: CREATE
TABLE y (LIKE x INCLUDING ALL) didn't set the tablespace of y to match x.
I don't have a solution, I'm just indicating a similar need in userland.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2016-11-25 17:53:11 Re: UNDO and in-place update
Previous Message Tom Lane 2016-11-25 17:10:34 Re: confusing checkpoint_flush_after / bgwriter_flush_after