diff options
author | Peter Eisentraut | 2017-03-26 19:03:27 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-26 19:03:27 +0000 |
commit | e259e1f748c7a6d67e307a90d6c27b8ab8b90df8 (patch) | |
tree | d32f14516740782e87ec83f30621fab261ac0392 | |
parent | d63762452434a3a046e8c7d130d5a77c594176e4 (diff) |
doc: Fix oldhtml/old PDF build
"xref to REFSECT1 unsupported" with the DSSSL stylesheets.
Reported-by: Devrim Gündüz <[email protected]>
-rw-r--r-- | doc/src/sgml/ref/alter_collation.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/alter_collation.sgml b/doc/src/sgml/ref/alter_collation.sgml index bf934ce75f..159f7e7472 100644 --- a/doc/src/sgml/ref/alter_collation.sgml +++ b/doc/src/sgml/ref/alter_collation.sgml @@ -93,7 +93,8 @@ ALTER COLLATION <replaceable>name</replaceable> SET SCHEMA <replaceable>new_sche <listitem> <para> Updated the collation version. - See <xref linkend="sql-altercollation-notes"> below. + See <xref linkend="sql-altercollation-notes" + endterm="sql-altercollation-notes"> below. </para> </listitem> </varlistentry> |