Ops sorry. It's a system script to run the pgagent program (which runs scheduled pgadmin3 jobs) as a daemon. Place it in the /etc/init.d directory, and install it i.e. "chkconfig --levels 345 pgagent on". Then the pgagent should startup for the given boot levels.
Cheers Jeremy > -----Original Message----- > From: Tomi NA [mailto:[EMAIL PROTECTED] > Sent: Thursday, 1 June 2006 10:43 p.m. > To: Jeremy Palmer > Subject: Re: [pgadmin-support] init script for redhat > > On 6/1/06, Jeremy Palmer <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I've hacked together a quick init script for pgagent. It might be useful > for > > others use. > > > > It is hard coded to connect to the "pgadmin" database as the "postgres" > > user. If others find this useful and have any suggested improvements, > then > > maybe we should fix it up and make it part of the Redhat/Fedora dist? > > What exactly does the script do? > > t.n.a. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match