Re: [GENERAL] PGAdmin and user privileges - what I do wrong?

2013-10-27 Thread anatoly techtonik
This saved my day. Thanks! In pgAdmin III the option it is: File -> Options... -> Browser > UI Miscellaneous This stuff is confusing for a beginner. I wish pgadmin III had some tooltip or Help link to relevant chapter about "Why creating users is discouraged?". -- View this message in context:

Re: [GENERAL] PGAdmin and user privileges - what I do wrong?

2009-02-04 Thread Dave Page
On Wed, Feb 4, 2009 at 12:40 PM, durumdara wrote: > Hi! > > Please help me a little. > > I used PGAdmin to administrate my databases. > I created a new user named "zx". > > CREATE ROLE zx LOGIN > ENCRYPTED PASSWORD '*' > NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE; > > When I want to manually

Re: [GENERAL] PGAdmin and user privileges - what I do wrong?

2009-02-04 Thread Raymond O'Donnell
On 04/02/2009 12:40, durumdara wrote: > When I want to manually assign this user to a table, I have problem in > the PGAdmin's Privilege tab. > The privileges GroupBox have a ComboBox, named Role. This ComboBox is > not containing the zx user in it's list. By default, that combo box shows only gr

[GENERAL] PGAdmin and user privileges - what I do wrong?

2009-02-04 Thread durumdara
Hi! Please help me a little. I used PGAdmin to administrate my databases. I created a new user named "zx". CREATE ROLE zx LOGIN ENCRYPTED PASSWORD '*' NOSUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE; When I want to manually assign this user to a table, I have problem in the PGAdmin's Privil