8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0562820 commit 319baeaCopy full SHA for 319baea
doc/src/sgml/extend.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="extend">
4
<title>Extending <acronym>SQL</acronym></title>
@@ -302,6 +302,7 @@
302
most backend memory is allocated using <function>palloc()</>, so use
303
<function>pfree()</> to free it, i.e. using C++
304
<function>delete()</> in such cases will fail.
305
+ </para>
306
</listitem>
307
<listitem>
308
<para>
0 commit comments