[BUGS] BUG #1816: Insert null values on a null field

2005-08-11 Thread Rafael Barrios
Thanks for your valuable response. -- Original Message --- From: Richard Huxton To: Rafael Barrios <[EMAIL PROTECTED]>, pgsql-bugs@postgresql.org Sent: Thu, 11 Aug 2005 08:14:13 +0100 Subject: Re: [BUGS] BUG #1816: Insert null values on a null field > Rafael Barr

Re: [BUGS] BUG #1816: Insert null values on a null field

2005-08-11 Thread Richard Huxton
Rafael Barrios wrote: Richard, thanks for your response. here is te information you request: Don't forget to cc: the mailing list. CREATE TABLE tbarrio ( bar_coddep character varying(2) NOT NULL, bar_codmun character varying(3) NOT NULL, bar_codbarrio character varying(3) NOT NULL,

Re: [BUGS] BUG #1816: Insert null values on a null field

2005-08-10 Thread Richard Huxton
Rafael BArrios wrote: Description:Insert null values on a null field I have a table wich is referenced as foreing key for others, the problem is, in my case my table is composed of 4 fields, 2 of them are FK but all of them are not null by definition. If i insert the data for the FK and

[BUGS] BUG #1816: Insert null values on a null field

2005-08-10 Thread Rafael BArrios
The following bug has been logged online: Bug reference: 1816 Logged by: Rafael BArrios Email address: [EMAIL PROTECTED] PostgreSQL version: 8.02 Operating system: FEdora Core 2 Description:Insert null values on a null field Details: I have a table wich is reference