Обсуждение: Re: Quotes and functions

Поиск
Список
Период
Сортировка

Re: Quotes and functions

От
Dave Page
Дата:

> -----Original Message-----
> From: Thomas Sandford [mailto:thomas@paradisegreen.co.uk]
> Sent: 27 March 2002 15:21
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Quotes and functions
>
>
> There seems to be a "round trip" problem when editing
> function definitions within the definition pane of the
> function window.
>
> If the function text uses single quotes (') then these must
> be doubled up (because of the single quotes enclosing the
> entire function body). However the doubling up is removed in
> a save/display loop.
>
> The result is that _every time_ you edit the function you
> have to add an extra quote to each occurence of the quote character.

This has been fixed in the CVS code.

Regards, Dave.