From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Mladen Gogala <gogala(dot)mladen(at)gmail(dot)com> |
Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: RDS and postgres extension approval |
Date: | 2021-10-26 19:47:12 |
Message-ID: | 20211026194712.GA12921@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Thu, Oct 21, 2021 at 10:20:32PM -0400, Mladen Gogala wrote:
> You should try PLPerl. That extension is supported by RDS:
>
> https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#
> PostgreSQL.Concepts.General.FeatureSupport.Extensions.12x
>
> Your code will look prettier, thanks to perltidy. You will also get the whole
> of CPAN in your toolkit. Above all, you will not have to use COBOL-like
> tabulation. Whatever you can do in Python, you can also do in Perl. And, as
> always, use strict.
Yes. fundamentally, Perl has a sandbox mode that allows it to run in
trusted and untrusted mode, while Python does not have a sandbox mode so
can only be used in untrusted mode.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
If only the physical world exists, free will is an illusion.
From | Date | Subject | |
---|---|---|---|
Next Message | Holger Jakobs | 2021-10-26 20:01:16 | Re: RDS and postgres extension approval |
Previous Message | Ron | 2021-10-23 16:57:51 | Re: Newbie learning SQL from udacity |