Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Randy Hall
A site like this would be great for all of us ex-Great Bridge people. -- Randy Hall - Red Hat Certified Engineer Resume: http://members.home.net/rthall3 - Original Message - From: "Justin Clift" <[EMAIL PROTECTED]> To: "Marc G. Fournier" <[EMAIL PROTECTED]> Cc: "Vince Vielhaber" <[EMAIL P

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Justin Clift
"Marc G. Fournier" wrote: > > On Sat, 8 Sep 2001, Vince Vielhaber wrote: > > > We can talk to Marc, but we can set it up as 1) someone looking for > > work gets a free listing, 2) a company looking for someone gets a free > > listing, but 3) a headhunter pays $10/listing - or "donates" it to > >

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Marc G. Fournier
On Sat, 8 Sep 2001, Vince Vielhaber wrote: > We can talk to Marc, but we can set it up as 1) someone looking for > work gets a free listing, 2) a company looking for someone gets a free > listing, but 3) a headhunter pays $10/listing - or "donates" it to > postgresql.org or run it thru pgsql.com

Re: [GENERAL] Great Bridge ceases operations

2001-09-08 Thread Marc G. Fournier
U ... PostgreSQL, inc (http://www.pgsql.com) was around before GB, and is still around now ... On Fri, 7 Sep 2001, Micah Yoder wrote: > On Friday 07 September 2001 08:57, you wrote: > > This kind of sad news is coming all too frequently > > now. > > Yep. I really thought Great Bridge was o

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Vince Vielhaber
On Sun, 9 Sep 2001, Justin Clift wrote: > Vince Vielhaber wrote: > > > > On Sat, 8 Sep 2001, Justin Clift wrote: > > > > > Hi Guys, > > > > > > It is definitely something interesting, and there are a fair few > > > PostgreSQL jobs out there. > > > > > > The address Joe mentioned is correct, I'm j

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Justin Clift
Vince Vielhaber wrote: > > On Sat, 8 Sep 2001, Justin Clift wrote: > > > Hi Guys, > > > > It is definitely something interesting, and there are a fair few > > PostgreSQL jobs out there. > > > > The address Joe mentioned is correct, I'm just so short of time now I > > haven't been able to do much

Re: [GENERAL] Idea: jobs.postgresql.org

2001-09-08 Thread Vince Vielhaber
On Sat, 8 Sep 2001, Justin Clift wrote: > Hi Guys, > > It is definitely something interesting, and there are a fair few > PostgreSQL jobs out there. > > The address Joe mentioned is correct, I'm just so short of time now I > haven't been able to do much in the way of site maintenance recently, so

Re: [GENERAL] Problem w/ dumping huge table and no disk space

2001-09-08 Thread Tod McQuillin
On 7 Sep 2001, Calvin Dodge wrote: > You could even do: > > pg_dump mydatabase|gzip -c|ssh othersystem.com 'gunzip -c |psql > mydatabase' This is getting off topic, but I just thought I'd mention that pg_dump mydatabase | ssh -C othersystem.com 'psql mydatabase' does effectively the same thing