Object oriented features - MISSING

From: Felipe Alvarez Harnecker <felipe(at)qlsoft(dot)cl>
To: pgsql-general(at)postgresql(dot)org
Subject: Object oriented features - MISSING
Date: 2000-07-13 21:37:09
Message-ID: 14702.13542.218522.509669@Lakgo.ql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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/
______________________________________________________

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Robin 2000-07-13 21:56:21 Max length for a select or other command
Previous Message Tom Lane 2000-07-13 20:58:54 Re: location of change list?