public

8451 bookmarks
Custom sorting
Avoiding access to the public schema in PostgreSQL - Blog dbi services
Avoiding access to the public schema in PostgreSQL - Blog dbi services
In PostgreSQL every database contains the public schema by default. Every user that gets created and can login is able to create objects there. Here is a little demo: I’ll create a new user named u1 which is allowed to login. No additional privileges are granted:
·blog.dbi-services.com·
Avoiding access to the public schema in PostgreSQL - Blog dbi services