pg_anonymizer extension for RDS PostgreSQL

0

The PostgreSQL Anonymizer is a popular extension for masking data on query results. This is unfortunately not yet supported on RDS. One possibility is to use the Trusted Language Extensions (TLE) to have a custom extension but it only supports javascript, perl and pl/SQL extensions. Are there any other opensource alternatives that can work with RDS PostgreSQL being used for this purpose? We also have python equivalent of the extension code but unsure if this is currently supported.

1 Risposta
1

Python is not currently supported in TLE, but you have Pigsty which is an open-source, PostgreSQL distribution that can serve as a free RDS alternative.

However, it might require more setup and maintenance compared to using RDS.

profile picture
ESPERTO
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande