Re: pgAdmin no Job node

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ignacio Rojas <irc(at)dbcomputers(dot)com(dot)py>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgAdmin no Job node
Date: 2009-02-20 15:50:28
Message-ID: 937d27e10902200750s3e9bf46ds4f3f2c70be0159ee@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, Feb 20, 2009 at 3:33 PM, Ignacio Rojas <irc(at)dbcomputers(dot)com(dot)py> wrote:
> Hi all!
> My current pgAdmin III version is 1.8.4 installed on Ubuntu 8.10 Intrepid
> Ibex on a 64bit machine. I'm trying to use the pgAgent.
> I did the following step to try to configure it.
>
> 1) create a database from the command line
>
> $ createdb -U ignacio test
>
> 2) create plpgsql language
>
> $ createlang -U ignacio plpgsql dbname
>
> 3) open pgadmin, open localhost server connect to dbname and run the script
> locate on /usr/share/pgadmin3/pgagent.sql
>
> 4) i run pgagent hostaddr=locahost dbname=test user=ignacio
>
> 5) Hit refresh button
>
> And nothing... Whats wrong, any ideas? Tks...

I'm guessing you missed the part of the docs that said to run the
pgagent.sql script in the postgres database :-)

http://www.pgadmin.org/docs/1.8/pgagent-install.html

That should also be the database that your have pgAgent connect to,
and the one that pgAdmin initially connects to (which is the case by
default - check the Maintenance Database option on the Server
dialogue).

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andy Tilley 2009-02-20 19:28:23 pgAgent problem - always runs jobs at every poll
Previous Message Dave Page 2009-02-20 15:42:44 Re: pgAdmin for Greenplum database?