diff options
Diffstat (limited to 'doc/src/sgml/ref/create_domain.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_domain.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml index 705ff55c49f..d38914e2888 100644 --- a/doc/src/sgml/ref/create_domain.sgml +++ b/doc/src/sgml/ref/create_domain.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_domain.sgml PostgreSQL documentation --> -<refentry id="SQL-CREATEDOMAIN"> +<refentry id="sql-createdomain"> <indexterm zone="sql-createdomain"> <primary>CREATE DOMAIN</primary> </indexterm> @@ -242,7 +242,7 @@ CREATE TABLE us_snail_addy ( </programlisting></para> </refsect1> - <refsect1 id="SQL-CREATEDOMAIN-compatibility"> + <refsect1 id="sql-createdomain-compatibility"> <title>Compatibility</title> <para> @@ -251,7 +251,7 @@ CREATE TABLE us_snail_addy ( </para> </refsect1> - <refsect1 id="SQL-CREATEDOMAIN-see-also"> + <refsect1 id="sql-createdomain-see-also"> <title>See Also</title> <simplelist type="inline"> |