[BUGS] BUG #2103: System column oid is not unique

2005-12-09 Thread wangshj
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

[BUGS] pgsql8.1: About COPY Command and system clomn oid

2005-12-09 Thread wangshj
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

[BUGS] BUG #2395: Can't get right type oid by PQftype.

2006-04-15 Thread wangshj
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