Re: BUG #7781: pgagent incorrect installation - Mailing list pgsql-bugs

From Dave Page
Subject Re: BUG #7781: pgagent incorrect installation
Date
Msg-id CA+OCxowNoC9CvGgW3vGvaBFRtuUnN-gOqb5bT5y6ONLY_k=GaA@mail.gmail.com
Whole thread Raw
In response to BUG #7781: pgagent incorrect installation  (alex.shniperson@gmail.com)
Responses Re: BUG #7781: pgagent incorrect installation
List pgsql-bugs
On Fri, Jan 4, 2013 at 3:15 PM, Aleksander Shniperson
<alex.shniperson@gmail.com> wrote:
> I can't do that, every time i run ApplicationBuilder i see new version 3.3.0, then i chose "next next next" and
nothingchanges. 
>

Define "nothing changes" please. Do you mean it doesn't fix the
problem? It works fine for me here:

raptor:server dpage$ ps -ef |grep pgagent
  502 87069     1   0  3:22pm ??         0:00.08
/Library/pgAgent/bin/pgagent -f -l1 -s /var/log/pgagent.log
host=localhost port=5434 dbname=postgres user=postgres
  501 87102 87078   0  3:24pm ttys004    0:00.00 grep pgagent
raptor:server dpage$ sudo launchctl unload
/Library/LaunchDaemons/com.edb.launchd.pgagent.plist
raptor:server dpage$ ps -ef |grep pgagent
  501 87108 87078   0  3:24pm ttys004    0:00.00 grep pgagent
raptor:server dpage$ sudo launchctl load
/Library/LaunchDaemons/com.edb.launchd.pgagent.plist
raptor:server dpage$ ps -ef |grep pgagent
  502 87114     1   0  3:24pm ??         0:00.04
/Library/pgAgent/bin/pgagent -f -l1 -s /var/log/pgagent.log
host=localhost port=5434 dbname=postgres user=postgres
  501 87117 87078   0  3:24pm ttys004    0:00.00 grep pgagent


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-bugs by date:

Previous
From: doug@oakstreetsoftware.com
Date:
Subject: BUG #7786: select from view is computing columns not selected
Next
From: Dave Page
Date:
Subject: Re: BUG #7781: pgagent incorrect installation