Media

References

A schema in postgres is a collection of database resources. Databases can have multiple schemas effectively allowing for namespacing different features.

In postgres, each database comes with a default schema public where everything is written to unless otherwise specified.