Skip to content

Commit

Permalink
Merge pull request #5214 from EnterpriseDB/dev/langpack/fix/v4
Browse files Browse the repository at this point in the history
Dev/langpack/fix/v4 - addresses DF-383
  • Loading branch information
djw-m authored Feb 1, 2024
2 parents 5d4173f + 8016014 commit 767b796
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ Learn how to install, configure, and use the procedural languages (PL/Perl, PL/P

Language pack installers install the PL/Perl, PL/Python, and PL/Tcl procedural languages that can be used with EDB Postgres Advanced Server and PostgreSQL. The language pack installers allow you to install Perl, Tcl/TK, and Python without installing supporting software from third-party vendors.

The Language Pack 2.0 installer includes:
The Language Pack 4.1 installer includes:

- Tcl with TK version 8.6
- Perl version 5.26
- Python version 3.7
- Tcl with TK version 8.6.13
- Perl version 5.38.2
- Python version 3.11.7

Language Pack 2.0 works with Postgres 14 and later.

The Perl package contains the `cpan` package manager, and Python contains `pip` and `easy_install` package managers. There is no package manager for Tcl/TK.
Language Pack 4.1 contains the `cpan` package manager, and Python contains `pip` and `easy_install` package managers. There is no package manager for Tcl/TK.

In previous Postgres releases, `plpython` was statically linked with ActiveState's python library. The Language Pack Installer dynamically links with our shared object for python. In ActiveState Linux installers for Python, there is no dynamic library. As a result of these changes, `plpython` no longer works with ActiveState installers.

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@

# Language Pack breakout from EPAS
/docs/epas/latest/language_pack/* /docs/language_pack/2/:splat 301
/docs/language_pack/2/* /docs/language_pack/latest/:splat 301

# EDB*Plus breakout from EPAS
/docs/epas/:version/edb_plus/* /docs/edb_plus/latest/:splat 301!
Expand Down

1 comment on commit 767b796

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.