Skip to Content
Home
Log-in
Search
Toggle navigation
Home
Page Index
User Index
Global
Languages
English
What's New
Wiki Index
Toggle the parent tree of PostgreSQL.
Software
Toggle the hierarchy tree under Software.
PostgreSQL
Toggle the hierarchy tree under PostgreSQL.
Wiki source code of
PostgreSQL
Version
1.2
by
Sebastian Marsching
on 2022/04/03 22:22
Show last authors
author
version
line-number
content
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