[BUGS] Bug #464: To uKanjiv

2001-09-20 Thread pgsql-bugs
Tadanori Yokoyama ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description To uKanjiv Long Description Hello? I'm Tadanori Yokoyama live in Japan. The letter is first letter to you that I wrote.I found a bugg in PostgreSQL. If such a

[BUGS] Bug #463: Make 'infinity' work with type 'date'

2001-09-20 Thread pgsql-bugs
Dax Kelson ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Make 'infinity' work with type 'date' Long Description CREATE TABLE test ( somedate date NOT NULL DEFAULT 'infinity' ); ERROR: Unrecognized date external representation

[BUGS] Bug #462: bug in ODBC interface in unix environment

2001-09-20 Thread pgsql-bugs
Gang Wang ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description bug in ODBC interface in unix environment Long Description When the driver parse .odbc.ini file, only space is treated as blank character. I happened use TAB, the drive

Re: [BUGS] Bug #458: serial data type problem

2001-09-20 Thread Peter Eisentraut
[EMAIL PROTECTED] writes: > How can I make the transaction_code not to increase if the record is > not added into the table? This is a question, not a bug report. Sequences may contain holes. If you don't want that you can't use sequences. -- Peter Eisentraut [EMAIL PROTECTED] http://fun

[BUGS] Bug #459: serial data type problem

2001-09-20 Thread pgsql-bugs
Teoh Teik Liang ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description serial data type problem Long Description I had created a table with 2 fields (transaction_code serial primary key) and (trans_desc varchar(20) not null). I foun

[BUGS] Bug #461: serial data type problem

2001-09-20 Thread pgsql-bugs
Teoh Teik Liang ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description serial data type problem Long Description I had created a table with 2 fields (transaction_code serial primary key) and (trans_desc varchar(20) not null). I foun

[BUGS] Bug #460: serial data type problem

2001-09-20 Thread pgsql-bugs
Teoh Teik Liang ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description serial data type problem Long Description I had created a table with 2 fields (transaction_code serial primary key) and (trans_desc varchar(20) not null). I foun

[BUGS] Bug #458: serial data type problem

2001-09-20 Thread pgsql-bugs
Teoh Teik Liang ([EMAIL PROTECTED]) reports a bug with a severity of 4 The lower the number the more severe it is. Short Description serial data type problem Long Description I had created a table with 2 fields (transaction_code serial primary key) and (trans_desc varchar(20) not null). I foun