Hi.
Please see,.:-)
C:\Program Files\PostgreSQL\8.2\bin>pgagent --help
Usage:
pgagent REMOVE
pgagent INSTALL [options]
options:
-u
-p
-d
-t
-r =10, default 30)>
-l
Regards,
Hiroshi Saito
- Original Message -
From: santosh wast
Hi
Could you please let me know the procedure t
Hi
Could you please let me know the procedure to uninstall pgagent.
I have installed the pgagent from the command line but with a wrong password
and now need to
uninstall pgagent.
Thanks
Santosh
Hi - I'm trying to compile v1.8.2 on Solaris 10+ with the following script:
#!/usr/bin/env bash
export PKG='pgadmin3-1.8.2'
rm -rf $PKG
gtar -xzf $PKG.tar.gz &&
chown -R ${USER}:${USER} ${PKG}* &&
cd $PKG &&
export CC='gcc' &&
export CFLAGS='-march=opteron -m64 -pthreads -O3'
export CPPFLAGS='-