Setting Permissions for web viewing
Kevin Leclaire <kevin@virtualnav.com>
From: "Kevin Leclaire" <kevin@virtualnav.com>
To: <pgsql-novice@hub.org>
Date: 2000-10-19T17:22:59Z
Lists: pgsql-novice
What's the cleanest way to set permissions in postgres so that a web application can properly view and query a back-end database, but not modify? I have tried modifying pg_hba.conf, and got it to do a pg_connect() successfully, however, the subsequent pg_Exex() call failed with the following browser error: "Warning: PostgreSQL query failed: ERROR: table_name: Permission denied..." Thanks! Kevin