Re: Updated CREATE FUNCTION syntax

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Updated CREATE FUNCTION syntax
Дата
Msg-id Pine.LNX.4.44.0205171338280.1096-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Updated CREATE FUNCTION syntax  ("Joel Burton" <joel@joelburton.com>)
Ответы Re: Updated CREATE FUNCTION syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Joel Burton writes:

> Is there any standardized way of handling the single-quotes within function
> definition? Rather than doubling them up (which can make for very messy code
> when your scripting language uses single quotes!), allowing another symbol
> to be used, with that symbol be declared in the CREATE FUNCTION line?
> Interbase uses a system like this: you can set the delimiter to anything you
> want and use that instead of '.

I think we need something like that.  How exactly does Interbase "set" the
delimiter?  Keep in mind that our lexer and parser are static.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: "Joel Burton"
Дата:
Сообщение: Re: Updated CREATE FUNCTION syntax
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [INTERFACES] libpgtcl - backend version information patch