Wiki source code of PostgreSQL

Version 1.1 by Sebastian Marsching on 2022/04/03 22:22

Show last authors
1 # Listing Privileges
2
3 Use `\l` to list databases with privileges. Use `\z` to list tables with privileges. The output format is explained in the [PostgreSQL manual](http://www.postgresql.org/docs/9.3/static/sql-grant.html#SQL-GRANT-NOTES).
4
5