diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_domain.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_domain.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/drop_domain.sgml b/doc/src/sgml/ref/drop_domain.sgml index b1dac01e652..59379e82348 100644 --- a/doc/src/sgml/ref/drop_domain.sgml +++ b/doc/src/sgml/ref/drop_domain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/drop_domain.sgml PostgreSQL documentation --> -<refentry id="SQL-DROPDOMAIN"> +<refentry id="sql-dropdomain"> <indexterm zone="sql-dropdomain"> <primary>DROP DOMAIN</primary> </indexterm> @@ -81,7 +81,7 @@ DROP DOMAIN [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [, . </variablelist> </refsect1> - <refsect1 id="SQL-DROPDOMAIN-examples"> + <refsect1 id="sql-dropdomain-examples"> <title>Examples</title> <para> @@ -92,7 +92,7 @@ DROP DOMAIN box; </programlisting></para> </refsect1> - <refsect1 id="SQL-DROPDOMAIN-compatibility"> + <refsect1 id="sql-dropdomain-compatibility"> <title>Compatibility</title> <para> @@ -102,7 +102,7 @@ DROP DOMAIN box; </para> </refsect1> - <refsect1 id="SQL-DROPDOMAIN-see-also"> + <refsect1 id="sql-dropdomain-see-also"> <title>See Also</title> <simplelist type="inline"> |