Without OIDs

From: Emil Rachovsky <zsevgymko(at)yahoo(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Without OIDs
Date: 2006-03-02 13:14:54
Message-ID: 20060302131454.31092.qmail@web54309.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Hello,

I'm creating a temporary table in a function and using
Alter Table ... Without OIDs, but when the function is
called for the second time I get an error "relation
with OIDs ... doesn't exist" on an insert statement to
the table. I'm using Postgre 8.0 which says that
supports without OIDs. Any suggestions?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2006-03-02 13:24:34 Re: Postgres does not accept socket connections
Previous Message kishore.sainath 2006-03-02 12:37:02 Postgres does not accept socket connections

Browse pgsql-sql by date

  From Date Subject
Next Message Aniko.Badzong 2006-03-02 14:26:44 FW: sql copy does not work
Previous Message Andrew Sullivan 2006-03-02 12:19:43 Re: Help with trigger that updates a row prior to a potentially aborted deletion?