diff options
Diffstat (limited to 'doc/src/sgml/ref/create_statistics.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_statistics.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/create_statistics.sgml b/doc/src/sgml/ref/create_statistics.sgml index 066af8a4b4d..bb99d8e785d 100644 --- a/doc/src/sgml/ref/create_statistics.sgml +++ b/doc/src/sgml/ref/create_statistics.sgml @@ -3,7 +3,7 @@ doc/src/sgml/ref/create_statistics.sgml PostgreSQL documentation --> -<refentry id="SQL-CREATESTATISTICS"> +<refentry id="sql-createstatistics"> <indexterm zone="sql-createstatistics"> <primary>CREATE STATISTICS</primary> </indexterm> @@ -29,7 +29,7 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="parameter">statistics_na </refsynopsisdiv> - <refsect1 id="SQL-CREATESTATISTICS-description"> + <refsect1 id="sql-createstatistics-description"> <title>Description</title> <para> @@ -125,7 +125,7 @@ CREATE STATISTICS [ IF NOT EXISTS ] <replaceable class="parameter">statistics_na </para> </refsect1> - <refsect1 id="SQL-CREATESTATISTICS-examples"> + <refsect1 id="sql-createstatistics-examples"> <title>Examples</title> <para> |