summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2011-01-27 23:42:12 +0000
committerTom Lane2011-01-27 23:42:12 +0000
commit20a0f97273e765598420b261685764b40810c812 (patch)
tree442d26411952012e983ad5b1b3909b23ee26d312
parent43054624979de3205fbc432f15defd4b9d5922e9 (diff)
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.
-rw-r--r--doc/src/sgml/catalogs.sgml5
1 files changed, 2 insertions, 3 deletions
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 @@
</indexterm>
<para>
- The catalog <structname>pg_conversion</structname> describes the
- available encoding conversion procedures. See
- <xref linkend="sql-createconversion">
+ The catalog <structname>pg_conversion</structname> describes
+ encoding conversion procedures. See <xref linkend="sql-createconversion">
for more information.
</para>