diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index fddb69bad3d..5c52824dfc4 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -474,7 +474,7 @@ for storing TOAST-able columns on disk: Each TOAST-able data type specifies a default strategy for columns of that data type, but the strategy for a given table column can be altered -with ALTER TABLE SET STORAGE. +with ALTER TABLE ... SET STORAGE.