Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
85863060
Commit
85863060
authored
Sep 08, 2010
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tip about building plpython 2 and 3. Fix link to Python docs.
parent
7cd082f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+9
-2
doc/src/sgml/plpython.sgml
doc/src/sgml/plpython.sgml
+13
-2
No files found.
doc/src/sgml/installation.sgml
View file @
85863060
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.35
1 2010/08/17 04:37:20
petere Exp $ -->
<
!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.35
2 2010/09/08 20:35:51
petere Exp $ -->
<
chapter
id
=
"installation"
>
<
chapter
id
=
"installation"
>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
<
title
><
![%standalone-include[<productname>PostgreSQL</>]]>
...
@@ -1515,7 +1515,14 @@ su - postgres
...
@@ -1515,7 +1515,14 @@ su - postgres
<
listitem
>
<
listitem
>
<
para
>
<
para
>
Full
path
to
the
Python
interpreter
.
This
will
be
used
to
Full
path
to
the
Python
interpreter
.
This
will
be
used
to
determine
the
dependencies
for
building
PL
/
Python
.
determine
the
dependencies
for
building
PL
/
Python
.
Also
,
whether
Python
2
or
3
is
specified
here
(
or
otherwise
implicitly
chosen
)
determines
which
variant
of
the
PL
/
Python
language
becomes
available
.
See
<
![%standalone-include[the <application>PL/Python</>
documentation
]]>
<
![%standalone-ignore[<xref linkend="plpython-python23">]]>
for
more
information
.
</
para
>
</
para
>
</
listitem
>
</
listitem
>
</
varlistentry
>
</
varlistentry
>
...
...
doc/src/sgml/plpython.sgml
View file @
85863060
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.5
2 2010/08/05 18:36:33
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.5
3 2010/09/08 20:35:51
petere Exp $ -->
<chapter id="plpython">
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
<title>PL/Python - Python Procedural Language</title>
...
@@ -93,6 +93,17 @@
...
@@ -93,6 +93,17 @@
whether PL/Python for Python 2 or Python 3 or both are available.
whether PL/Python for Python 2 or Python 3 or both are available.
</para>
</para>
<tip>
<para>
The built variant depends on which Python version was found during
the installation or which version was explicitly set using
the <envar>PYTHON</envar> environment variable;
see <xref linkend="install-procedure">. To make both variants of
PL/Python available in one installation, the source tree has to be
configured and built twice.
</para>
</tip>
<para>
<para>
This results in the following usage and migration strategy:
This results in the following usage and migration strategy:
...
@@ -148,7 +159,7 @@
...
@@ -148,7 +159,7 @@
<para>
<para>
See also the
See also the
document <ulink url="http://docs.python.org/
dev/3.0
/whatsnew/3.0.html">What's
document <ulink url="http://docs.python.org/
py3k
/whatsnew/3.0.html">What's
New In Python 3.0</ulink> for more information about porting to
New In Python 3.0</ulink> for more information about porting to
Python 3.
Python 3.
</para>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment