Need some info on an error - Mailing list pgsql-admin

From Kris Kiger
Subject Need some info on an error
Date
Msg-id 401EBBAB.2070704@musicrebellion.com
Whole thread Raw
In response to Speed & Memory Management  ("Kris" <kkiger@depauw.edu>)
Responses Re: Need some info on an error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
I added a column to a table of type boolean and then set its default to
false.  Next, I ran an update on the table that was very similar to this
one:

update tablename SET bool_field_name = false;

This error is returned:

ERROR:  unrecognized replace flag: 88

Has anyone seen this before?

Thanks for the input

Kris


pgsql-admin by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: Postgresql 7.3 And Redhat Enterprise 3
Next
From: Tom Lane
Date:
Subject: Re: Need some info on an error