[BUGS] Inheritance of functions shows unexpected behaviour

2001-04-29 Thread pgsql-bugs
Ganesh Prasad ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Inheritance of functions shows unexpected behaviour Long Description This is an example to demonstrate a possible bug in the inheritance behaviour of the PostgreSQL

Re: [BUGS] DECIMAL NULL value

2001-04-29 Thread Bruce Momjian
With 7.1 I get: test=> CREATE TABLE test (price DECIMAL(9,2)); CREATE test=> INSERT INTO test VALUES ('NULL'); ERROR: Bad numeric input format 'NULL' > Xavier Bergade ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more s

[BUGS] DECIMAL NULL value

2001-04-29 Thread pgsql-bugs
Xavier Bergade ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description DECIMAL NULL value Long Description Version: 7.0.3 Platform: Intel 586, 512 megs RAM CREATE TABLE test (price DECIMAL(9,2)); INSERT INTO test VALUES ('NULL'); Wil