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
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
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