Simple webuser setup

From: msiner(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Simple webuser setup
Date: 2006-07-17 00:12:54
Message-ID: 1153095174.473801.216170@p79g2000cwp.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

There must be something simple that I am missing, but here is my
problem. I am setting up a standard pg install as a backend to a small
webapp. I want to create a user "webuser" with only enough privileges
to query all of the tables in my database. It has not been working for
me. What is the simplest way to do this? Do I need to start at the
top and then work down (db->schema->table) or is there any cascading
effect? I am still pretty new to web development, so is there a
better/easier way to achieve the same effect?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eci Souji 2006-07-17 03:00:43 Re: Scaleable DB structure for counters...
Previous Message Wes 2006-07-16 22:46:16 Lock changes with 8.1 - what's the right lock?