-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- | ||
release note: | ||
https://www.postgresql.org/docs/current/release-15.html#id-1.11.6.7.4 | ||
--> | ||
|
||
<div class="slide-content"> | ||
|
||
* Fin du support de Python 2.x | ||
+ Retrait des langages procéduraux `plpython2u` et `plpythonu` | ||
|
||
</div> | ||
|
||
<div class="notes"> | ||
|
||
Cette version marque la fin du support de Python 2 comme langage procédurale pour | ||
les fonctions PostgreSQL. | ||
|
||
Le langage procédural `plpython2u`, qui implémente _PL/Python_ avec Python 2, | ||
est ainsi retiré. Seul le langage `plpython3u`, qui implémente _PL/Python_ avec | ||
Python 3, est désormais utilisable. | ||
|
||
Le langage procédural `plpythonu`, qui pouvait pointer sur la version 2 ou 3 | ||
en fonction du paramètre par défaut configuré dans chaque version de PostgreSQL, | ||
a également été retiré puisqu'il n'a plus d'utilité. | ||
|
||
</div> |