Re: Null values where they should not be...HELP Please!! - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Null values where they should not be...HELP Please!!
Date
Msg-id 14597.988931677@sss.pgh.pa.us
Whole thread Raw
In response to Null values where they should not be...HELP Please!!  (Sanjay Arora <sk@pobx.com>)
List pgsql-interfaces
Stephen Davies <scldad@sdc.com.au> writes:
> I changed my DDL to make the unique (sequence-based) keys on the tables 
> involved "not null". This sees to have stopped the inserts but has not 
> caused any error messages.

Are you looking for error messages in the postmaster log, or are you
just believing what Microsoft software tells you?

Running the postmaster with query logging enabled (-d2 postmaster
switch) would be even more helpful, since then we could see what these
mysterious queries are ...
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: libpq++
Next
From: Stephen Davies
Date:
Subject: Re: Null values where they should not be...HELP Please!!