On Sun, Nov 27, 2016 at 1:16 AM, Tom Lane <[email protected]> wrote: > If we just did points 1 and 2 then a bool GUC would suffice. I'm > not sure how to handle all three cases cleanly. We could define > default_index_tablespace as empty to get point 1 or a tablespace > name to get point 3, but that leaves us having to use some magic > string for point 2, which would be messy --- what if it conflicts > with someone's choice of a tablespace name?
Just using a special value for default_tablespace would be enough as well. -- Michael -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
