Postgresql install plpython3u

Valentin GARREAU 21 Reputation points
2022-10-28T08:38:16.647+00:00

Hello,

With amazon we can't use plpython3u extension in our postgresql database. Is it possible with azure postgresql databases ? I can't find this information on the documentation.

Thank you !

Azure Database for PostgreSQL
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 29,542 Reputation points Microsoft Employee Moderator
    2022-10-28T18:55:39.667+00:00

    Hi @Valentin GARREAU Welcome to the Microsoft Q&A platform, thanks for posting the question
    As I understand you want to know if the plpython3u extension can be used in PostgreSQL databases.
    All the supported extensions can be found under Portal > Azure Database for PostgreSQL > [your server name] > Server Parameters > Parameter name = azure.extensions
    please refer to the documentation here
    I don’t see that extension listed as an option, and I don’t believe it’s possible to add extensions that are not on the list.
    255177-image.png

    I hope this information helps, let me know if you have any additional questions.

    Regards
    Geetha

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. si li 20 Reputation points
    2023-06-10T05:16:44+00:00

    To install PL/Python in a particular database, use CREATE EXTENSION plpythonu (but see also Section 45.1).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.