projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41124a9
)
Doc: improve link.
author
Tom Lane
<
[email protected]
>
Thu, 10 Nov 2016 15:37:14 +0000
(10:37 -0500)
committer
Tom Lane
<
[email protected]
>
Thu, 10 Nov 2016 15:37:14 +0000
(10:37 -0500)
Discussion: <5019.
1478790246
@sss.pgh.pa.us>
doc/src/sgml/storage.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/storage.sgml
b/doc/src/sgml/storage.sgml
index fddb69bad3d76984f779b147530ba9a2690d100c..5c52824dfc4fee933c4e5621276ac645c6a69afa 100644
(file)
--- 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>