diff options
author | Peter Eisentraut | 2017-10-20 01:16:39 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-10-20 23:26:10 +0000 |
commit | 1ff01b3902cbf5b22d1a439014202499c21b2994 (patch) | |
tree | 0eb543455c6b64c46371638230cb7b5ca93fe667 /doc/src/sgml/ref/drop_function.sgml | |
parent | 36ea99c84d856177ec307307788a279cc600566e (diff) |
Convert SGML IDs to lower case
IDs in SGML are case insensitive, and we have accumulated a mix of upper
and lower case IDs, including different variants of the same ID. In
XML, these will be case sensitive, so we need to fix up those
differences. Going to all lower case seems most straightforward, and
the current build process already makes all anchors and lower case
anyway during the SGML->XML conversion, so this doesn't create any
difference in the output right now. A future XML-only build process
would, however, maintain any mixed case ID spellings in the output, so
that is another reason to clean this up beforehand.
Author: Alexander Lakhin <[email protected]>
Diffstat (limited to 'doc/src/sgml/ref/drop_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_function.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_function.sgml b/doc/src/sgml/ref/drop_function.sgml index 9c9adb9a46d..05b405dda17 100644 --- a/doc/src/sgml/ref/drop_function.sgml +++ b/doc/src/sgml/ref/drop_function.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_function.sgml PostgreSQL documentation --> -<refentry id="SQL-DROPFUNCTION"> +<refentry id="sql-dropfunction"> <indexterm zone="sql-dropfunction"> <primary>DROP FUNCTION</primary> </indexterm> @@ -127,7 +127,7 @@ DROP FUNCTION [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [ </variablelist> </refsect1> - <refsect1 id="SQL-DROPFUNCTION-examples"> + <refsect1 id="sql-dropfunction-examples"> <title>Examples</title> <para> @@ -159,7 +159,7 @@ DROP FUNCTION update_employee_salaries(); </para> </refsect1> - <refsect1 id="SQL-DROPFUNCTION-compatibility"> + <refsect1 id="sql-dropfunction-compatibility"> <title>Compatibility</title> <para> |