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


---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to