mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Markup fix.
This commit is contained in:
parent
0562820097
commit
319baeab21
@ -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">
|
<chapter id="extend">
|
||||||
<title>Extending <acronym>SQL</acronym></title>
|
<title>Extending <acronym>SQL</acronym></title>
|
||||||
@ -302,6 +302,7 @@
|
|||||||
most backend memory is allocated using <function>palloc()</>, so use
|
most backend memory is allocated using <function>palloc()</>, so use
|
||||||
<function>pfree()</> to free it, i.e. using C++
|
<function>pfree()</> to free it, i.e. using C++
|
||||||
<function>delete()</> in such cases will fail.
|
<function>delete()</> in such cases will fail.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user