Re: [pgadmin-support] pgagent in Debian sid

2009-06-04 Thread Seb
On Thu, 4 Jun 2009 10:35:03 +0100, Dave Page wrote: > On Wed, Jun 3, 2009 at 9:03 PM, Seb wrote: >> Great, I can see the Jobs node now using my normal user account. >> However, right-clicking on the jobs doesn't present an option to >> create new jobs; it only shows "_Object list report" and "_R

Re: [pgadmin-support] pgagent in Debian sid

2009-06-04 Thread Dave Page
On Wed, Jun 3, 2009 at 9:03 PM, Seb wrote: > Great, I can see the Jobs node now using my normal user account. > However, right-clicking on the jobs doesn't present an option to create > new jobs; it only shows "_Object list report" and "_Run now" options > under "Refresh" in the context menu.  An

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Seb
On Wed, 3 Jun 2009 20:40:26 +0100, Dave Page wrote: > On Wed, Jun 3, 2009 at 8:32 PM, Seb wrote: >>> It may be easier to drop the schema altogether, grant your user >>> account access to the postgres database, and then re-create the >>> pgagent schema using your user account. >> Yes, this sound

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Dave Page
On Wed, Jun 3, 2009 at 8:32 PM, Seb wrote: >> It may be easier to drop the schema altogether, grant your user >> account access to the postgres database, and then re-create the >> pgagent schema using your user account. > > Yes, this sounds simpler at this point, although I'm not sure what > priv

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Seb
On Wed, 3 Jun 2009 19:30:11 +0100, Dave Page wrote: > Seb; please keep the list CC'd - even if it takes a while to get > through it'll save me having to keep re-adding it. Strange, I didn't remove the list (I simply kept you cc'd) -- on-list only here! > More inline... > On Wed, Jun 3, 2009 a

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Dave Page
Seb; please keep the list CC'd - even if it takes a while to get through it'll save me having to keep re-adding it. More inline... On Wed, Jun 3, 2009 at 5:42 PM, Seb wrote: >> Unfortunately you didn't show the psql prompt when you ran the query >> using your normal user account, but I'll bet yo

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Seb
On Wed, 3 Jun 2009 17:24:00 +0100, Dave Page wrote: > On Wed, Jun 3, 2009 at 5:05 PM, Seb wrote: >> It would also be interesting to see the results of those two queries >>> run by hand: >>> SELECT cl.oid FROM pg_class cl JOIN pg_namespace ns ON >>> ns.oid=relnamespace WHERE relname='pga_job' AN

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Dave Page
On Wed, Jun 3, 2009 at 5:05 PM, Seb wrote: > It would also be interesting to see the results of those two queries >> run by hand: > >> SELECT cl.oid FROM pg_class cl JOIN pg_namespace ns ON >> ns.oid=relnamespace WHERE relname='pga_job' AND nspname='pgagent'; > >> SELECT has_schema_privilege('pga

Re: [pgadmin-support] pgagent in Debian sid

2009-06-03 Thread Dave Page
On Wed, Jun 3, 2009 at 3:36 PM, Seb wrote: > I've resent my follow-up to the ng several times during the last 2 days, > but some filter must be rejecting it, so am replying off-list. > Hopefully this will make it here (thanks for having a look!): Strange. The output from netstat looks reasonable

Re: [pgadmin-support] pgagent in Debian sid

2009-06-01 Thread Dave Page
On Mon, Jun 1, 2009 at 4:08 PM, Seb wrote: > Thanks again.  I have a single cluster, so no chance it's a different > cluster.  The only thing I can think of is that long ago the system was > Debian "testing", and when it was upgraded to sid it switched to using > port 5433.  Could that be a probl

Re: [pgadmin-support] pgagent in Debian sid

2009-06-01 Thread Seb
On Mon, 1 Jun 2009 08:52:25 +0100, Dave Page wrote: > On Sat, May 30, 2009 at 11:31 PM, Seb wrote: >>> Is pgAdmin connecting to the postgres database by default (ie. it's >>> listed as the maintenance DB on the server properties dialogue)? Did >>> you close and restart pgAdmin after running the

Re: [pgadmin-support] pgagent in Debian sid

2009-06-01 Thread Dave Page
On Sat, May 30, 2009 at 11:31 PM, Seb wrote: >> Is pgAdmin connecting to the postgres database by default (ie. it's >> listed as the maintenance DB on the server properties dialogue)? Did >> you close and restart pgAdmin after running the SQL script? > > Thanks Dave, yes, postgres is listed as the

Re: [pgadmin-support] pgagent in Debian sid

2009-05-30 Thread Seb
On Sat, 30 May 2009 23:23:57 +0100, Dave Page wrote: > On Sat, May 30, 2009 at 10:49 PM, Seb wrote: >> Hi, >> I've followed the instructions to get pgagent up and running in >> Debian sid.  However, I do not see the "Jobs" node in >> pgadmin.  Here's what I did: >> su postgres [PASSWORD] psql

Re: [pgadmin-support] pgagent in Debian sid

2009-05-30 Thread Dave Page
On Sat, May 30, 2009 at 10:49 PM, Seb wrote: > Hi, > > I've followed the instructions to get pgagent up and running in Debian > sid.  However, I do not see the "Jobs" node in pgadmin.  Here's what I > did: > > su postgres > [PASSWORD] > psql -d postgres < /usr/share/pgadmin3/pgagent.sql > > which

[pgadmin-support] pgagent in Debian sid

2009-05-30 Thread Seb
Hi, I've followed the instructions to get pgagent up and running in Debian sid. However, I do not see the "Jobs" node in pgadmin. Here's what I did: su postgres [PASSWORD] psql -d postgres < /usr/share/pgadmin3/pgagent.sql which ran successfully, AFAICT. Is there anything else that should be