Tweak documentation wording to avoid "pdfendlink" failure.
authorTom Lane
Thu, 10 May 2012 22:02:37 +0000 (18:02 -0400)
committerTom Lane
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

index d37549cbbe89e07a77d669b67b6d040b928bd6b1..0f0a10f63c775a052aa445ac1d45f014c9aad84b 100644 (file)
 
   
    The catalog pg_cast stores data type conversion
-   paths, both built-in paths and those defined with
-   .
+   paths, both built-in and user-defined.