This is a discussion on Re: pgAgent within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto gadmin-support-owner@postgresql.org] On Behalf Of > Jair Moraes Filho > Sent: 12 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgadmin-support-owner@postgresql.org > [mailto > 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. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |