Modify initdb.sh so that it makes pg_user readable through view db_user
Marc G. Fournier <scrappy@hub.org>
Modify initdb.sh so that it makes pg_user readable through view db_user Modify psql so that it uses db_user instead of pg_user GRANT SELECT on pg_class
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/initdb/initdb.sh | modified | +14 −3 |
| src/bin/psql/psql.c | modified | +6 −6 |