]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Modify initdb.sh so that it makes pg_user readable through view db_user
authorMarc G. Fournier <scrappy@hub.org>
Mon, 23 Feb 1998 19:26:36 +0000 (19:26 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 23 Feb 1998 19:26:36 +0000 (19:26 +0000)
commitab6e4ea3dc644046ddc487799e78dd4018d7a723
treed5c21a678b9be8898f66d2825d2e7d17af40368d
parent0b4620b57561c92b436be7c12a83ab0f51b54593
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
src/bin/initdb/initdb.sh
src/bin/psql/psql.c