Skip to content

Commit

Permalink
Add unsupported SQL statement (#363)
Browse files Browse the repository at this point in the history
`SELECT pg_reload_conf();` is not allowed
  • Loading branch information
philkra authored Jul 9, 2024
1 parent d44e8e7 commit 2f20717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 020-Connect/010-Postgres/001-direct-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ The new Postgres abilities require breaking changes to some of our API layer. Wh
The following statements and/or functions are not available for security reasons.

- `SHOW password_encryption`
- `SELECT pg_reload_conf()`
- `SET ROLE`
- `RESET ROLE`
- `SET SESSION AUTHORIZATION`
Expand Down

0 comments on commit 2f20717

Please sign in to comment.