projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0562820
)
Markup fix.
author
Bruce Momjian
Thu, 3 Jun 2010 14:41:25 +0000
(14:41 +0000)
committer
Bruce Momjian
Thu, 3 Jun 2010 14:41:25 +0000
(14:41 +0000)
doc/src/sgml/extend.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/extend.sgml
b/doc/src/sgml/extend.sgml
index f3d68e1ee7816e858b873df4b1151d11dea75e3e..d3b93dbe347a48f6633f26ae5e85ee6ab74d5ddc 100644
(file)
--- a/
doc/src/sgml/extend.sgml
+++ b/
doc/src/sgml/extend.sgml
@@
-1,4
+1,4
@@
-
+
Extending
SQL
@@
-302,6
+302,7
@@
most backend memory is allocated using
palloc()>, so use
pfree()> to free it, i.e. using C++
delete()> in such cases will fail.
+