mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update the pl/python shared build docs to match the recent version of
python.
This commit is contained in:
parent
c672aa823b
commit
23168fb3bf
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.194 2004/02/03 17:34:02 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.195 2004/02/26 02:09:40 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
@ -193,14 +193,11 @@ su - postgres
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The catch is that the Python distribution or the Python
|
If you have problems, try running Python's configure using the
|
||||||
maintainers do not provide any direct way to do this. The
|
<literal>--enable-shared</> flag. On some operating systems you
|
||||||
closest thing we can offer you is the information in <ulink
|
don't really have to build a shared library, but you will have
|
||||||
url="http://www.python.org/doc/FAQ.html#3.30">Python FAQ
|
to convince the <productname>PostgreSQL</> build system of this.
|
||||||
3.30</ulink>. On some operating systems you don't really have
|
Consult the <filename>Makefile</filename> in the
|
||||||
to build a shared library, but then 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.
|
<filename>src/pl/plpython</filename> directory for details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user