Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Qualify function calls with pg_catalog schema
The security definer functions `aiven_extras.pg_create_publication` and `aiven_extras.set_pgaudit_parameter` are missing explicit `pg_catalog` schema qualifications for array and string function calls such as `array_length`, `format`, and `left`. Co-authored-by: Etienne Stalmans <etienne.stalmans@aiven.io> Co-authored-by: Kevin Michel <kevin.michel@aiven.io> Co-authored-by: Thomas Krennwallner <teakay@aiven.io>
- Loading branch information
1 parent
bf259fe
commit 8682ae0
Showing
1 changed file
with
8 additions
and
8 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
8682ae0There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/aiven/aiven-extras/blob/master/sql/aiven_extras.sql#L533 is still a format without a pg_catalog