Re: Object oriented features - MISSING

From: Chris Bitmead <chrisb(at)nimrod(dot)itg(dot)telstra(dot)com(dot)au>
To: felipe(dot)alvarez(at)qlsoft(dot)cl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Object oriented features - MISSING
Date: 2000-07-14 01:09:41
Message-ID: 396E6854.33B3C271@nimrod.itg.telecom.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

This has been broken in postgres for many years. But I have fixed it
recently in current CVS. So you'll either have to wait for the next
release or else risk a development version. Another option is to go
to patches archive and manually apply the patch to 7.0.2 which wouldn't
be that hard.

Chris Bitmead.

Felipe Alvarez Harnecker wrote:
>
> Hi, Postgresistas
>
> I'm running 7.0.2 in a Debian system, and a have this problem:
>
> SELECT * FROM some_base_table*
>
> works fine, but
>
> UPDATE some_base_table* SET a = b WHERE some_condition
>
> and
>
> DELETE FROM some_base_table* WHERE some_condition
>
> dosen't even parse: the parser says parser: error at or near "*"
>
> The question is Is this a bug in Postgres? or just my instalation?
>
> Thanks.
>
> PS. I really like the Object oriented features ( at leas as describe
> in the docs ). It's a bad thing tha those dosen't work
>
> Regards.
>
> --
> ______________________________________________________
>
> Felipe Alvarez Harnecker. QlSoftware.
>
> Tel. 09.874.60.17 e-mail: felipe(dot)alvarez(at)qlsoft(dot)cl
>
> Potenciado por Ql/Linux http://www.qlsoft.cl/
> ______________________________________________________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brandon Ibach 2000-07-14 02:11:15 Load fails
Previous Message Ed Loehr 2000-07-13 22:50:24 Re: location of change list?