Re: [PATCH] ALTER TABLE ... SET STORAGE default
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: Nikita Malakhov <hukutoc@gmail.com>,
PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2022-11-10T23:22:44Z
Lists: pgsql-hackers
I wrote: > I've not read the patch in any detail, but I don't see a problem > with the design. Hearing no push-back on that position, I reviewed and pushed the patch. You'd missed that it also affects CREATE TABLE, but otherwise it was in pretty good shape. regards, tom lane
Commits
-
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
- b9424d014e19 16.0 landed