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
"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
> >
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
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
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
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
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
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