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