Need some info on an error

From: Kris Kiger <kris(at)musicrebellion(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Need some info on an error
Date: 2004-02-02 21:05:47
Message-ID: 401EBBAB.2070704@musicrebellion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message scott.marlowe 2004-02-02 21:05:48 Re: Postgresql 7.3 And Redhat Enterprise 3
Previous Message Goulet, Dick 2004-02-02 16:55:32 Re: $PGDATA/global hosed but database still there ... what to do?