Re: Odd behavior observed - Mailing list pgsql-general

From Marc Evans
Subject Re: Odd behavior observed
Date
Msg-id 20060919131207.U27583@me.softwarehackery.com
Whole thread Raw
In response to Re: Odd behavior observed  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Odd behavior observed  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Tue, 19 Sep 2006, Tom Lane wrote:

> Marc Evans <Marc@SoftwareHackery.Com> writes:
>> ... I have a table with about 15000 records in it, which I
>> would like to add a new column to. The alter command shows success.
>> However, testing inserts reveals that the data for the new column is never
>> stored.
>
> What do you mean by that exactly?  The example you showed seems to be
> doing just what it's supposed to.

In the failure mode, the source_record column always has the value NULL,
regardless of any value specified in an insert. If I use UPDATE to change
a record, the value is properly stored.

- Marc

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Odd behavior observed
Next
From: Tom Lane
Date:
Subject: Re: Odd behavior observed