mathesar icon indicating copy to clipboard operation
mathesar copied to clipboard

Update Notice for Public Schema

Open ghislaineguerin opened this issue 7 months ago • 0 comments

Description

In Mathesar, the public schema contains a notice: "Every PostgreSQL database includes the 'public' schema. This protected schema can be read by anybody who accesses the database."

Expected behavior

The notice must be updated to reflect changes to public schema in latest PostgreSQL version.

  • The CREATE privilege is not granted by default to all users to enhance security.
  • The database owner can grant the CREATE privilege if needed.

ghislaineguerin avatar Jul 30 '24 09:07 ghislaineguerin