mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 00:57:52 -05:00
4 lines
165 B
MySQL
4 lines
165 B
MySQL
|
|
-- 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;
|