Re: Weird SQL Problem

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Weird SQL Problem
Дата
Msg-id 200509071722.01588.josh@agliodbs.com
обсуждение исходный текст
Ответ на Weird SQL Problem  (<operationsengineer1@yahoo.com>)
Список pgsql-novice
OE,

> what am i missing here?  why is pgsql trying to find
> the column? rework_notes is varchar and i've done
> inserts for similarnote setups right and left with no
> problem.

At a guess, rework_notes isn't being quoted properly.  That's the error
you'd get if you tried to:

SET rework_notes = aaaaaaaaaaaaaaaaa

instead of

SET rework_notes = 'aaaaaaaaaaaaaaaaaa'


--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

В списке pgsql-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Get a list of columns for a table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: MVCC handling of updates