Re: Need help with EXECUTE function

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема Re: Need help with EXECUTE function
Дата
Msg-id Pine.LNX.4.21.0104090254090.7547-300000@nanu.visionforisrael.com
обсуждение исходный текст
Ответ на Need help with EXECUTE function  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Attached is the (I think) corrected version..  If you do like I said and
cut the number in half you see fairly quickly why it didn't work.  I'm
sending yours back so you can easily run a diff to see what I did.  Let me
know if this (attached "cedars") works.

-Cedar

On Sat, 7 Apr 2001, Josh Berkus wrote:

> Folks (esp Jan, Tom & Michael):
> 
> I have a search function I'm testing, which uses the EXECUTE function to
> perform a dynamic set of string comparisons according to whcih criteria
> the user passes along.  Unfortunately, this requires me to triple-nest
> my quotes .... and I can't seem to get it right.  No matter how I play
> with the function, it keeps blowing up due to "unterminated strings".
> This happens even if I terminate the function short of the EXECUTE
> statement.
> 
> Can someone *please* give me some pointers?
> 
> Function text:
> 
*snip*

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

Предыдущее
От: Cedar Cox
Дата:
Сообщение: Re: Casting numeric to text
Следующее
От: Cedar Cox
Дата:
Сообщение: Re: Double-nesting quotes?