projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2f287
)
Tweak documentation wording to avoid "pdfendlink" failure.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 May 2012 22:02:37 +0000
(18:02 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 May 2012 22:02:50 +0000
(18:02 -0400)
HEAD documentation was failing to build as US PDF for me, because a link
to "CREATE CAST" was getting split across pages. Adjust wording to
remove this rather gratuitous cross-reference.
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index d37549cbbe89e07a77d669b67b6d040b928bd6b1..0f0a10f63c775a052aa445ac1d45f014c9aad84b 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-1427,8
+1427,7
@@
<para>
The catalog <structname>pg_cast</structname> stores data type conversion
- paths, both built-in paths and those defined with
- <xref linkend="sql-createcast">.
+ paths, both built-in and user-defined.
</para>
<para>