plpgsql commenting broken?

Поиск
Список
Период
Сортировка
От Johnny Jørgensen
Тема plpgsql commenting broken?
Дата
Msg-id 200112041628470534.002ED906@mail.halfahead.dk
обсуждение исходный текст
Ответы Re: plpgsql commenting broken?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
After quite a few hours of poring over my latest plpgsql dabbling,  i found the error that caused import to barf, and I was a bit surprised, since the error was caused by a single apostrophe in a comment line
 
-- check if the row isn't available
[SQL thingie]
 
of course, i could avoid the problem by rewriting my comments to
 
-- check if the row is available
[SQL thingie]
 
but it seems to me, that commenting a line should cause the parser to ignore *everything* until the next newline?
 
regards,

Johnny J�rgensen
 
+45 6315 7328

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

Предыдущее
От: "John Gray"
Дата:
Сообщение: Re: Remote Access to pgsql DB ???
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem (bug?) with like