Wiki source code of PostgreSQL

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

Hide last authors
Sebastian Marsching 1.1 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