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
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
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
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
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;