Read only user in postgres

The SQL snippet to create read-only user in postgresql database. The user have read access on existing tables and tables created in the future.

Read More