summaryrefslogtreecommitdiff
path: root/doc/src/sgml/spi.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2003-08-31 17:32:24 +0000
committerPeter Eisentraut <peter_e@gmx.net>2003-08-31 17:32:24 +0000
commitc326d8f4f20a9b98f6faa760ccf2cd13fb289dc8 (patch)
tree1ba34c08d0f1094232d68da7909fc94c66fce994 /doc/src/sgml/spi.sgml
parentcf8e9169688a33678b2b17f6bf1796e553d2b5b3 (diff)
downloadpostgresql-c326d8f4f20a9b98f6faa760ccf2cd13fb289dc8.tar.gz
Add/edit index entries.
Diffstat (limited to 'doc/src/sgml/spi.sgml')
-rw-r--r--doc/src/sgml/spi.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml
index f3b11b5a1c..f8c6c2cd94 100644
--- a/doc/src/sgml/spi.sgml
+++ b/doc/src/sgml/spi.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/spi.sgml,v 1.26 2003/08/27 22:13:35 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/spi.sgml,v 1.27 2003/08/31 17:32:20 petere Exp $
-->
<chapter id="spi">
@@ -1655,7 +1655,7 @@ char * SPI_getrelname(Relation <parameter>rel</parameter>)
<para>
<productname>PostgreSQL</productname> allocates memory within
<firstterm>memory contexts</firstterm><indexterm><primary>memory
- context</primary></indexterm>, which provide a convenient method of
+ context</primary><secondary>in SPI</secondary></indexterm>, which provide a convenient method of
managing allocations made in many different places that need to
live for differing amounts of time. Destroying a context releases
all the memory that was allocated in it. Thus, it is not necessary