Difference between revisions of "PostgreSQL read only user"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* <code>[[CREATE ROLE]] my_username WITH LOGIN PASSWORD '123456'</code>
 
* <code>[[CREATE ROLE]] my_username WITH LOGIN PASSWORD '123456'</code>
  
GRANT pg_read_all_data, pg_monitor TO xxx;
+
* GRANT [[pg_read_all_data]], [[pg_monitor]] TO xxx;
  
 
== See also ==
 
== See also ==

Revision as of 16:15, 20 September 2024

Advertising: