Re: [pgadmin-support] Jobs' node in pgAdmin

2012-09-04 Thread Bartosz Dmytrak
2012/8/31 Guillaume Lelarge > > > According to the code, the "pgAgent Jobs" node is displayed if the > option is checked in the options dialog and if there is a table pga_job > in the schema pgagent of the maintenance database. Moreover, the user > used for the connection must have the USAGE priv

Re: [pgadmin-support] Jobs' node in pgAdmin

2012-08-31 Thread Guillaume Lelarge
On Wed, 2012-08-29 at 13:56 +0200, Bartosz Dmytrak wrote: > Hi, > thanks for Your reply. > all options are checked in browser tab (options window). I haven't > mentioned it before - my mistake. > > > Today I made double chceck with different languages (default, Polish, > English). My users still

Re: [pgadmin-support] Jobs' node in pgAdmin

2012-08-29 Thread Bartosz Dmytrak
Hi, thanks for Your reply. all options are checked in browser tab (options window). I haven't mentioned it before - my mistake. Today I made double chceck with different languages (default, Polish, English). My users still don't see this node in pgAdmin. Do You need some logs (which one)? Regards

Re: [pgadmin-support] Jobs' node in pgAdmin

2012-08-24 Thread Guillaume Lelarge
On Fri, 2012-08-10 at 12:56 +0200, Bartosz Dmytrak wrote: > Hi all, > How to unhide "Jobs" node in pgAdmin III? > Situation is strange, because I can see this node, but other users not > (they have superuser privileges) > > users are created like this: > CREATE ROLE "userName" LOGIN > ENCRYPTED

[pgadmin-support] Jobs' node in pgAdmin

2012-08-10 Thread Bartosz Dmytrak
Hi all, How to unhide "Jobs" node in pgAdmin III? Situation is strange, because I can see this node, but other users not (they have superuser privileges) users are created like this: CREATE ROLE "userName" LOGIN ENCRYPTED PASSWORD 'mdxx' SUPERUSER INHERIT CREATEDB CREATEROLE NOREPLICATION;