Contents
pg_group (table)
A former system table storing auser's group membership information
This entry relates to a PostgreSQL feature, application/utility, website or other subject which is no longer available/maintained.
pg_group
was a system catalogue table storing a user's group membership information
pg_group
was present until PostgreSQL 8.1, when it was replaced by pg_auth_members; the system catalogue view pg_group was added for backwards compatibility.
Change history
- PostgreSQL 8.1
- removed (commit 7762619e)
References
- PostgreSQL 8.0 documentation: pg_group