The following bug has been logged online:
Bug reference: 2103
Logged by: wangshj
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.0
Operating system: CentOS 4
Description:System column oid is not unique
Details:
The following is my test.
oidtest=# CREATE
The following is my test.
oidtest=# CREATE TABLE oidtest( name text ) WITH OIDS;
CREATE TABLE
oidtest=# INSERT INTO oidtest ( name ) VALUES( 'name1' ) ;
INSERT 54512 1
oidtest=# COPY oidtest (name) WITH OIDS FROM stdin;
Enter data to be copied followed by a newline.
End with a backslash and a peri
The following bug has been logged online:
Bug reference: 2395
Logged by: wangshj
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.3
Operating system: CentOS release 4.3 (Final)
Description:Can't get right type oid by PQftype.
Details:
I create a d