79237423

Date: 2024-11-29 14:31:06
Score: 1
Natty:
Report link

The pg_read_all_data role in PostgreSQL provides read-only access to all tables and views without granting explicit permissions on each object. It is available from Postgres 14. See Predefined Roles.

GRANT pg_read_all_data TO <your_user>

Added with commit.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kseniia Kuzmina