Horje
grant read only privileges postgres user Code Example
grant read only privileges postgres user
grant connect on database "mydatabase" to "user";
GRANT USAGE ON SCHEMA public TO "user";
GRANT SELECT ON ALL TABLES IN SCHEMA "public" TO "user";
ALTER DEFAULT PRIVILEGES IN SCHEMA "public"
   GRANT SELECT ON TABLES TO "user";




Sql

Related
list all the tables in sql Code Example list all the tables in sql Code Example
Insert from table tsql Code Example Insert from table tsql Code Example
postgresql get difference in hours between two dates Code Example postgresql get difference in hours between two dates Code Example
how to change a collumn name in sql Code Example how to change a collumn name in sql Code Example
print year of a date sql Code Example print year of a date sql Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
6