Skip to content

Commit

Permalink
select user support (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra authored Jul 2, 2024
1 parent 6febfc6 commit e49d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 020-Connect/010-Postgres/001-direct-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ The table below provides full granularity over specific statements.
| CREATE EXTENSION | | | ||
| DROP EXTENSION | | | ||
| ALTER EXTENSION | | | ||
| SELECT user | | | ||

## Adapt your schema to match Xata requirements

Expand Down Expand Up @@ -217,7 +218,6 @@ 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.

- `SELECT user`
- `SHOW password_encryption`
- `SET ROLE`
- `RESET ROLE`
Expand Down

0 comments on commit e49d921

Please sign in to comment.