Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3cdc15

Browse files
committed
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.
1 parent cb2f287 commit e3cdc15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,8 +1427,7 @@
14271427

14281428
<para>
14291429
The catalog <structname>pg_cast</structname> stores data type conversion
1430-
paths, both built-in paths and those defined with
1431-
<xref linkend="sql-createcast">.
1430+
paths, both built-in and user-defined.
14321431
</para>
14331432

14341433
<para>

0 commit comments

Comments
 (0)