Need some info on an error

Поиск
Список
Период
Сортировка
От Kris Kiger
Тема Need some info on an error
Дата
Msg-id 401EBBAB.2070704@musicrebellion.com
обсуждение исходный текст
Ответ на Speed & Memory Management  ("Kris" <kkiger@depauw.edu>)
Ответы Re: Need some info on an error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Postgresql 7.3 And Redhat Enterprise 3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Need some info on an error