diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 18:02:37 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 18:02:50 -0400 |
commit | e3cdc1532caaec4652b41d1114c71aa3872a8f6f (patch) | |
tree | a68b10ad0ccd9fde69a0a0eae37e36f20e393340 /doc/src | |
parent | cb2f2873d6b81ad7f0a9733ba738bfac0746fb7b (diff) | |
download | postgresql-e3cdc1532caaec4652b41d1114c71aa3872a8f6f.tar.gz postgresql-e3cdc1532caaec4652b41d1114c71aa3872a8f6f.zip |
Tweak documentation wording to avoid "pdfendlink" failure.
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index d37549cbbe8..0f0a10f63c7 100644 --- 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> |