aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_access_method.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/ref/create_access_method.sgml')
-rw-r--r--doc/src/sgml/ref/create_access_method.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_access_method.sgml b/doc/src/sgml/ref/create_access_method.sgml
index 0a30e6ea3c7..891926dba54 100644
--- a/doc/src/sgml/ref/create_access_method.sgml
+++ b/doc/src/sgml/ref/create_access_method.sgml
@@ -93,8 +93,7 @@ CREATE ACCESS METHOD <replaceable class="parameter">name</replaceable>
handler function <literal>heptree_handler</>:
<programlisting>
CREATE ACCESS METHOD heptree TYPE INDEX HANDLER heptree_handler;
-</programlisting>
- </para>
+</programlisting></para>
</refsect1>
<refsect1>