Re: replacing single quotes

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: replacing single quotes
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C25685CB@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: replacing single quotes  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Ответы Re: replacing single quotes  (Ow Mun Heng <Ow.Mun.Heng@wdc.com>)
Список pgsql-general
Ow Mun Heng wrote:
>>> Input is of form
>>>
>>> 'ppp','aaa','bbb'
>>>
>>> I want it to be stripped of quotes to become
>>>
>>> ppp,aaa,bbb
>>
>> I'm a little confused that you think that you will have to
>> escape single quotes in the input.
>> What is your use case? Normally the input is in some variable
>> in some programming language.
>> Escaping single quotes is only for string literals.
>
> The input is for an SRF which accepts an array..
>
> eg:
> select * from foo(date1,date2,'{aaa,bbb,ccc}')
>
> where the function goes..
> create function foo(timestamp, timestamp, foo_list text[])
> returns setof
> ...

Yes, but where does '{aaa,bbb,ccc}' come from?
I assume that this string literal is only an example
that you use to describe how the function is called.

In reality you will have varying values for the
foo_list function argument. So you'll store it in some
kind of variable, right?

In which programming language do you write?

Yours,
Laurenz Albe

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: SLEEP in posgresql
Следующее
От: Andrew Kelly
Дата:
Сообщение: Re: DB upgrade