mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Somehow, column rolconfig got removed from the documentation of the pg_roles view in the 9.0 cycle, although the column is actually still there. In 9.1, we'd also forgotten to document the rolreplication column. Spotted by Sakamoto Masahiko.