Re: Removing OIDs without recreate

From: Együd Csaba <csegyud(at)vnet(dot)hu>
To: "'Pgsql-General(at)Postgresql(dot)Org (E-mail)'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Removing OIDs without recreate
Date: 2004-05-07 11:13:52
Message-ID: 002901c43424$61922050$230a0a0a@compaq
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Using 'ALTER TABLE tablename SET WITHOUT OIDS;' command it
rises an error saying
'ERROR: parser: parse error at or near "set" at character 23'
What is wrong with it?

-- Csaba

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.677 / Virus Database: 439 - Release Date: 2004. 05. 04.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2004-05-07 11:48:23 Re: Removing OIDs without recreate
Previous Message Dragan Matic 2004-05-07 10:51:56 How can I do conditional 'drop table' in Postgres