1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Doc: improve link.

Discussion: <5019.1478790246@sss.pgh.pa.us>
This commit is contained in:
Tom Lane
2016-11-10 10:37:14 -05:00
parent 41124a91e6
commit 0b1b5033ac

View File

@ -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>