aws / pg_tle

Framework for building trusted language extensions for PostgreSQL
Apache License 2.0
337 stars 31 forks source link

Quote clientauth identifiers #258

Closed adamguo0 closed 10 months ago

adamguo0 commented 10 months ago

Issue #, if available:

Description of changes: Use quote_identifier to prevent SQL injections and support identifiers containing double quote characters.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.