summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/test_setup.out
blob: bea7a7e2654aa0aa2653fa78b23951f55c0a49b2 (plain)
1
2
3
-- Postgres formerly made the public schema read/write by default,
-- and most of the core regression tests still expect that.
GRANT ALL ON SCHEMA public TO public;