Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 319baea

Browse files
committed
Markup fix.
1 parent 0562820 commit 319baea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/extend.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.43 2010/06/03 14:39:58 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/extend.sgml,v 1.44 2010/06/03 14:41:25 momjian Exp $ -->
22

33
<chapter id="extend">
44
<title>Extending <acronym>SQL</acronym></title>
@@ -302,6 +302,7 @@
302302
most backend memory is allocated using <function>palloc()</>, so use
303303
<function>pfree()</> to free it, i.e. using C++
304304
<function>delete()</> in such cases will fail.
305+
</para>
305306
</listitem>
306307
<listitem>
307308
<para>

0 commit comments

Comments
 (0)