From: Tom Lane Date: Thu, 27 Jan 2011 23:42:12 +0000 (-0500) Subject: Rephrase pg_conversion description to avoid splitting link across page. X-Git-Tag: REL9_1_ALPHA4~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20a0f97273e765598420b261685764b40810c812;p=postgresql Rephrase pg_conversion description to avoid splitting link across page. The link to the CREATE CONVERSION manual page was split across a page boundary in the PDF output, leading to "\pdfendlink ended up in different nesting level than \pdfstartlink" error while building PDFs. It wouldn't be worth changing text that's undergoing active editing to avoid this, since other editing might result in moving the link away from the page end anyway. But this paragraph has been static for a long time, so might as well fix it to prevent it from being an issue in future. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index cdc85e5cc0..a81ea7ef4d 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -2049,9 +2049,8 @@ - The catalog pg_conversion describes the - available encoding conversion procedures. See - + The catalog pg_conversion describes + encoding conversion procedures. See for more information.