diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_statistics.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_statistics.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_statistics.sgml b/doc/src/sgml/ref/drop_statistics.sgml index 37fc4025891..fd2087db6a7 100644 --- a/doc/src/sgml/ref/drop_statistics.sgml +++ b/doc/src/sgml/ref/drop_statistics.sgml @@ -21,7 +21,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -DROP STATISTICS [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> [, ...] +DROP STATISTICS [ IF EXISTS ] <replaceable class="parameter">name</replaceable> [, ...] </synopsis> </refsynopsisdiv> @@ -51,7 +51,7 @@ DROP STATISTICS [ IF EXISTS ] <replaceable class="PARAMETER">name</replaceable> </varlistentry> <varlistentry> - <term><replaceable class="PARAMETER">name</replaceable></term> + <term><replaceable class="parameter">name</replaceable></term> <listitem> <para> The name (optionally schema-qualified) of the statistics object to drop. |