Discussion:
Need some info on an error
(too old to reply)
Kris Kiger
2004-02-02 21:05:47 UTC
Permalink
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 ***@postgresql.org
Tom Lane
2004-02-03 03:01:44 UTC
Permalink
Post by Kris Kiger
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
update tablename SET bool_field_name = false;
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

Loading...