diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_access_method.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_access_method.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/drop_access_method.sgml b/doc/src/sgml/ref/drop_access_method.sgml index 8aa9197fe4a..aa5d2505c7d 100644 --- a/doc/src/sgml/ref/drop_access_method.sgml +++ b/doc/src/sgml/ref/drop_access_method.sgml @@ -85,7 +85,7 @@ DROP ACCESS METHOD [ IF EXISTS ] <replaceable class="parameter">name</replaceabl <title>Examples</title> <para> - Drop the access method <literal>heptree</>: + Drop the access method <literal>heptree</literal>: <programlisting> DROP ACCESS METHOD heptree; </programlisting></para> @@ -96,7 +96,7 @@ DROP ACCESS METHOD heptree; <para> <command>DROP ACCESS METHOD</command> is a - <productname>PostgreSQL</> extension. + <productname>PostgreSQL</productname> extension. </para> </refsect1> |