Adding Back the Postgres Public Schema

If you ever need to recreate the Postgres public schema, you can do:

CREATE SCHEMA public;
GRANT ALL ON SCHEMA public TO public;

Comments are closed.

%d bloggers like this: