Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
46ee42b8
Commit
46ee42b8
authored
14 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Add note that using PL/Python 2 and 3 in the same session will probably crash
parent
5acd417c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/plpython.sgml
+10
-1
10 additions, 1 deletion
doc/src/sgml/plpython.sgml
with
10 additions
and
1 deletion
doc/src/sgml/plpython.sgml
+
10
−
1
View file @
46ee42b8
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.
49
2010/0
3/29
21:3
5:59
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpython.sgml,v 1.
50
2010/0
7/06
21:3
7:31
petere Exp $ -->
<chapter id="plpython">
<title>PL/Python - Python Procedural Language</title>
...
...
@@ -152,6 +152,15 @@
New In Python 3.0</ulink> for more information about porting to
Python 3.
</para>
<para>
On most (possibly all) platforms, it is not possible to use
PL/Python based on Python 2 and PL/Python based on Python 3 in the
same session, because the symbols in the dynamic modules will
clash, which will result in crashes of the PostgreSQL server
process. It is possible, however, to use both PL/Python variants
in the same database, from separate sessions.
</para>
</sect1>
<sect1 id="plpython-funcs">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment