Difference between revisions of "GRANT SELECT"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
 
  [[GRANT SELECT ON ALL TABLES IN SCHEMA]] your_schema [[TO GROUP]] your_group;
 
  [[GRANT SELECT ON ALL TABLES IN SCHEMA]] your_schema [[TO GROUP]] your_group;
  
  GRANT SELECT ON mytable TO xxx;
+
  [[GRANT SELECT ON]] mytable TO xxx;
  
 
  GRANT SELECT ON mytable TO xxx;<ref>https://stackoverflow.com/questions/760210/how-do-you-create-a-read-only-user-in-postgresql</ref>
 
  GRANT SELECT ON mytable TO xxx;<ref>https://stackoverflow.com/questions/760210/how-do-you-create-a-read-only-user-in-postgresql</ref>

Revision as of 16:00, 15 December 2022

Advertising: