diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-10 10:37:14 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-11-10 10:37:14 -0500 |
commit | 0b1b5033ac19236a4a23eed9232d74936717020e (patch) | |
tree | 0e23fc81c13056878ac63816149370491b9d8b69 | |
parent | 41124a91e61fc6d9681c1e8b15ba30494e84d643 (diff) |
Doc: improve link.
Discussion: <5019.1478790246@sss.pgh.pa.us>
-rw-r--r-- | doc/src/sgml/storage.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <acronym>TOAST</>-able columns on disk: Each <acronym>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 <command>ALTER TABLE SET STORAGE</>. +with <link linkend="sql-altertable"><command>ALTER TABLE ... SET STORAGE</></link>. </para> <para> |