postgresql/src/backend/commands
Tom Lane b9424d014e Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
We already allow explicitly writing DEFAULT for SET COMPRESSION,
so it seems a bit inflexible and non-orthogonal to not have it
for STORAGE.

Aleksander Alekseev

Discussion: https://postgr.es/m/CAJ7c6TMX9ui+6y3TQFaXJYVpZyBukvqhQbVDJ8OUokeLRhtnpA@mail.gmail.com
2022-11-10 18:20:49 -05:00
..
aggregatecmds.c
alter.c Unify some internal error message wordings 2022-11-08 18:45:29 +01:00
amcmds.c
analyze.c
async.c
cluster.c
collationcmds.c Fix ALTER COLLATION "default" REFRESH VERSION. 2022-10-31 15:44:52 -07:00
comment.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
constraint.c
conversioncmds.c
copy.c
copyfrom.c
copyfromparse.c
copyto.c Remove code handling FORCE_NULL and FORCE_NOT_NULL for COPY TO 2022-11-02 10:15:19 +09:00
createas.c
dbcommands.c Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. 2022-11-04 10:39:52 -04:00
define.c Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. 2022-11-04 10:39:52 -04:00
discard.c
dropcmds.c
event_trigger.c Rename SetSingleFuncCall() to InitMaterializedSRF() 2022-10-18 10:22:35 +09:00
explain.c
extension.c Rename SetSingleFuncCall() to InitMaterializedSRF() 2022-10-18 10:22:35 +09:00
foreigncmds.c
functioncmds.c Record dependencies of a cast on other casts that it requires. 2022-10-17 14:02:05 -04:00
indexcmds.c Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
lockcmds.c Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
Makefile
matview.c
meson.build
opclasscmds.c Harmonize more parameter names in bulk. 2022-09-20 13:09:30 -07:00
operatorcmds.c
policy.c
portalcmds.c Remove AssertArg and AssertState 2022-10-28 09:19:06 +02:00
prepare.c Rename SetSingleFuncCall() to InitMaterializedSRF() 2022-10-18 10:22:35 +09:00
proclang.c
publicationcmds.c
schemacmds.c
seclabel.c
sequence.c In extensions, don't replace objects not belonging to the extension. 2022-08-08 11:12:31 -04:00
statscmds.c
subscriptioncmds.c Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION 2022-10-18 11:46:58 +02:00
tablecmds.c Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". 2022-11-10 18:20:49 -05:00
tablespace.c
trigger.c Correct error message for row-level triggers with transition tables on partitioned tables. 2022-11-04 19:15:00 +09:00
tsearchcmds.c
typecmds.c Record dependencies of a cast on other casts that it requires. 2022-10-17 14:02:05 -04:00
user.c
vacuum.c
vacuumparallel.c
variable.c
view.c