[pgadmin-support] Grant Permissions for View Only

2012-11-27 Thread Chris Campbell
Hello, Using pgAdmin III version 1.14.3, PostgreSQL 9.1.5, Windows 7/64 bit I've created a Role in a new database called [appuser]. I'd like this user to be able to run queries and view data in tables, but not be able to alter anything in the given schema. So I issued the following command:

Re: [pgadmin-support] Crash on selecting schema with domain

2012-11-27 Thread Evan Martin
Thanks, Akshay, confirmed that this is fixed. I'm also getting an assertion failure after creating a schema. Text: http://pastebin.com/ifNhBEJq This occurs after clicking OK in the New Schema dialog and comes up multiple times (seems to be once for every existing schema + 1). This is not new,

Re: [pgadmin-support] Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?

2012-11-27 Thread Dave Page
On Tue, Nov 27, 2012 at 5:27 PM, Fernando Hevia wrote: > > On Mon, Nov 26, 2012 at 9:55 AM, Andrew Taylor > wrote: >> [also posted to Django users Google group] >> >> Hi all, >> >> Can I bypass the need for password entry in pgadmin3 by >> changing/locating/permissioning a .pgpass files instead o

Re: [pgadmin-support] Password entry in pgadmin3; pg_hba.conf vs .pgpass. Permissioning issue?

2012-11-27 Thread Fernando Hevia
On Mon, Nov 26, 2012 at 9:55 AM, Andrew Taylor wrote: > [also posted to Django users Google group] > > Hi all, > > Can I bypass the need for password entry in pgadmin3 by > changing/locating/permissioning a .pgpass files instead of modifying > pg_hba.conf to 'trust'? pg_hba.conf currently set at m