Re: ill-planned queries inside a stored procedure

Поиск
Список
Период
Сортировка
От andrew@pillette.com
Тема Re: ill-planned queries inside a stored procedure
Дата
Msg-id 200408281513.i7SFDbh04877@pillette.com
обсуждение исходный текст
Ответ на ill-planned queries inside a stored procedure  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: ill-planned queries inside a stored procedure
Список pgsql-performance
I use "EXECUTE" inside a stored procedure for just this purpose. This is not the same as PREPARE/EXECUTE, it lets you
sendan arbitrary string as SQL within the procedure. You have to write the query text on the fly in the procedure,
whichcan be a little messy with quoting and escaping. 

Gaetano Mendola <mendola@bigfoot.com> wrote ..
> Hi all,
> do you know any clean workaround at ill-planned queries inside a stored
> procedure?

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: Equivalent praxis to CLUSTERED INDEX?
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: ill-planned queries inside a stored procedure