Kris Kiger <[EMAIL PROTECTED]> writes:
> 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

This sounds to me like you've uncovered a bug.  What PG version is this?
Can you reproduce the error starting from an empty database, and if so how?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to