Insert may fail if i create a primary key on the oid column?

From: "songsubo" <songsubo(at)163(dot)com>
To: pgsql-general(at)postgresql(dot)org <pgsql-general(at)postgresql(dot)org>
Subject: Insert may fail if i create a primary key on the oid column?
Date: 2004-11-24 11:18:19
Message-ID: 20041124112104.452B73A3F98@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I create a primary key on the "oid" column. The oid is generate by system itself. The oid may overlap, when this happen, this operation may fail?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2004-11-24 11:33:02 Re: Insert may fail if i create a primary key on the oid column?
Previous Message Edmund Kleiser 2004-11-24 11:18:09 select into temp tables withough using EXECUTE in plpgsql