]> granicus.if.org Git - postgresql/commitdiff
Markup fix.
authorBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 2010 14:41:25 +0000 (14:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 3 Jun 2010 14:41:25 +0000 (14:41 +0000)
doc/src/sgml/extend.sgml

index f3d68e1ee7816e858b873df4b1151d11dea75e3e..d3b93dbe347a48f6633f26ae5e85ee6ab74d5ddc 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.43 2010/06/03 14:39:58 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.44 2010/06/03 14:41:25 momjian Exp $ -->
 
  <chapter id="extend">
   <title>Extending <acronym>SQL</acronym></title>
        most backend memory is allocated using <function>palloc()</>, so use
        <function>pfree()</> to free it, i.e. using C++
        <function>delete()</> in such cases will fail.
+      </para>
      </listitem>
      <listitem>
       <para>