From: Bruce Momjian Date: Fri, 27 Feb 2004 01:23:18 +0000 (+0000) Subject: Update plpython docs to mention shared libs are possible in 2.3 or X-Git-Tag: REL8_0_0BETA1~1113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f17547c67aeeda8c4672feeee64cf30a8fa5c2c;p=postgresql Update plpython docs to mention shared libs are possible in 2.3 or later. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 24822bf1c2..56d1805df2 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%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.