Re: Trigger and Trigger function, Part 2

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Trigger and Trigger function, Part 2
Дата
Msg-id d8bf3b45298b27137fd7ba7d2efb2cf7@pgedit.com
обсуждение исходный текст
Ответ на Trigger and Trigger function, Part 2  (Matt Iskra <Matt.Iskra@doj.ca.gov>)
Список pgsql-novice
On Jun 17, 2005, at 12:37 PM, Matt Iskra wrote:

> However, PostgreSQL is STILL giving me a syntex error on line two of
> the above function. The exact text is:
>
>   ERROR: syntax error at or near "FUNCTION" at character 16.


The function as written works for me. I don't think it is a missing
schema error because in that case you would see a different error. My
best guess is there is some kind of invisible bad character there. Try
this: put the cursor in front of 'oc.' and backspace until it is next
to 'FUNCTION'. Then hit one space and try again.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: Matt Iskra
Дата:
Сообщение: Trigger and Trigger function, Part 3 - success!
Следующее
От: John DeSoi
Дата:
Сообщение: Re: Trigger and Trigger function, Part 3 - success!