pass non-formated query to PL function

Поиск
Список
Период
Сортировка
От Joao Miguel Ferreira
Тема pass non-formated query to PL function
Дата
Msg-id CALyyT7QKVUVp-Z6k_g3MR9WVSssJQdKmvPGuEVPqg=F51b8RYw@mail.gmail.com
обсуждение исходный текст
Ответы Re: pass non-formated query to PL function  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: pass non-formated query to PL function  (Gianni Ceccarelli <dakkar@thenautilus.net>)
Список pgsql-general
Hello all,

Is it possible, in PL/pgSQL, to pass an argument to a function which is actually a "query skeleton" that the method will "fill in the blanks" and execute it or return it to the caller after ?

The caller does not have access to the variables/values that will be used to fill the blanks, but it does know the generic query.

I have a situation where this kind of separation would be nice to have in order to make the code a bit cleaner and avoid some code repetitions.

Thank you for you suggestions
Joao

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: Primary keys and composite unique keys(basic question)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: pass non-formated query to PL function