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