aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-02-27 01:23:18 +0000
committerBruce Momjian <bruce@momjian.us>2004-02-27 01:23:18 +0000
commit2f17547c67aeeda8c4672feeee64cf30a8fa5c2c (patch)
tree32fa5100cc8cffd055291f36cc65d25552dfc812
parent8878f4aee7b1d4816cc96fa6fdacad5af5c892bf (diff)
downloadpostgresql-2f17547c67aeeda8c4672feeee64cf30a8fa5c2c.tar.gz
postgresql-2f17547c67aeeda8c4672feeee64cf30a8fa5c2c.zip
Update plpython docs to mention shared libs are possible in 2.3 or
later.
-rw-r--r--doc/src/sgml/installation.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 24822bf1c29..56d1805df25 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.195 2004/02/26 02:09:40 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.196 2004/02/27 01:23:18 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -193,9 +193,9 @@ su - postgres
</para>
<para>
- If you have problems, try running Python's configure using the
+ If you have problems, run Python 2.3 or later's configure using the
<literal>--enable-shared</> flag. On some operating systems you
- don't really have to build a shared library, but you will have
+ don't have to build a shared library, but you will have
to convince the <productname>PostgreSQL</> build system of this.
Consult the <filename>Makefile</filename> in the
<filename>src/pl/plpython</filename> directory for details.