Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4cc6a3f1106034187be3a371e61a02915bb93c11
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-24T19:13:31Z
Releases: 10.0
Check that default_tablespace affects ALTER TABLE ADD UNIQUE/PRIMARY KEY.

Seems like a good thing to test, considering that we nearly broke it
yesterday.

Michael Paquier

Files