Re: massive quotes?

Поиск
Список
Период
Сортировка
От Richard Hall
Тема Re: massive quotes?
Дата
Msg-id 3F674E92.6A1F4EE1@micropat.com
обсуждение исходный текст
Ответ на Re: massive quotes?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: massive quotes?  (Andrew Dunstan <andrew@dunslane.net>)
Re: massive quotes?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andreas said

>>
Well we might also have something like
CREATE FUNCTION ... AS QUOTE('MyEndMarker')
....
all the stuff
... MyEndMarker LANGUAGE 'plpgsql';

This looks quite SQL-like and should be easily implementable. Anyway,
this Perl-like style or Tom's proof-of-concept dollar-quoting one, both
seem equally usable, now let's have someone roll a die to decide.
>>

But if THIS solution is implemented then
QUOTE('MyEndMarker')   and
MyEndMarker   become noise words and it seems the parser could just assume to handle everything between
CREATE FUNCTION ... AS   and
LANGUAGE   as the delimiters for a function definition.

But as that's so simple I must be missing something.

Rick



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

Предыдущее
От: tachuelita
Дата:
Сообщение: Compiling HP-UX 10.20
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: observations about temporary tables and schemas