mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Commit 729205571e
added privileges on data
types, but there were a number of oversights. The implementation of
default privileges for types missed a few places, and pg_dump was
utterly innocent of the whole concept. Per bug #7741 from Nathan Alden,
and subsequent wider investigation.