Thread: pgAgent

pgAgent

From
Jair Moraes Filho
Date:
Hi, I cant install pgAgent at windows, it came a messenger of error
about the user and password, but they are correct:

pgAgent INSTALL pgAnget hostaddr=127.0.0.1 dbname=postgres user=nanci

in the other I put the password too, but it didnt work.

What should I do ?

Jair


Re: pgAgent

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Jair Moraes Filho
> Sent: 12 October 2005 14:16
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] pgAgent
>
> Hi,
>   I cant install pgAgent at windows, it came a messenger of error
> about the user and password, but they are correct:
>
> pgAgent INSTALL pgAnget hostaddr=127.0.0.1 dbname=postgres user=nanci
>
> in the other I put the password too, but it didnt work.
>
> What should I do ?

Try using the -u and -p options to specify the service user and password
details, e.g.

pgAgent INSTALL pgAgent -u postgres -p secret hostaddr=127.0.0.1
dbname=postgres user=nanci

Regards, Dave.