Contents
pg_shadow (table)
A former system table containing information about database users
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
pg_shadow
was a system catalogue table containing information about database users.
pg_shadow
was added in PostgreSQL 6.3 (replacing pg_user
), and replaced in PostgreSQL 8.1 by pg_authid
, with pg_shadow
becoming a system catalogue view.
Change history
- PostgreSQL 8.1
- PostgreSQL 7.3
- column
usetrace
removed (commit 739adf32)
- column
- PostgreSQL 6.3
- added (commit 780068f8)
References
- PostgreSQL 8.0 documentation: pg_shadow