Hi,
I've followed the instructions to get pgagent up and running in Debian
sid. However, I do not see the "Jobs" node in pgadmin. Here's what I
did:
su postgres
[PASSWORD]
psql -d postgres < /usr/share/pgadmin3/pgagent.sql
which ran successfully, AFAICT. Is there anything else that should be
On Sat, May 30, 2009 at 10:49 PM, Seb wrote:
> Hi,
>
> I've followed the instructions to get pgagent up and running in Debian
> sid. However, I do not see the "Jobs" node in pgadmin. Here's what I
> did:
>
> su postgres
> [PASSWORD]
> psql -d postgres < /usr/share/pgadmin3/pgagent.sql
>
> which
On Sat, 30 May 2009 23:23:57 +0100,
Dave Page wrote:
> On Sat, May 30, 2009 at 10:49 PM, Seb wrote:
>> Hi,
>> I've followed the instructions to get pgagent up and running in
>> Debian sid. However, I do not see the "Jobs" node in
>> pgadmin. Here's what I did:
>> su postgres [PASSWORD] psql