Re: PL/pgSQL 2

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: PL/pgSQL 2
Дата
Msg-id 54047C3D.2000805@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: PL/pgSQL 2  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: PL/pgSQL 2  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: PL/pgSQL 2  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On 09/01/2014 09:58 PM, Pavel Stehule wrote:
> 
> It is in ToDo - allow parametrization for COMMANDs.
> 
> But this is one point, when I am not sure if we would it. Now -
> situation is very simply. Variables should not be used as table or
> column name. With your proposal, the situation will by much more
> complex, and probably variables should be used in SELECT * FROM x; but
> it can be ambiguous SELECT x FROM table ... so maybe better to don't
> allow it

We would have to define a specific parameter marker, as used by things
like JDBC.
    SELECT x FROM ?tablename
    DROP TABLE ?tablename

or whatever your favourite place-holder syntax is.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/pgSQL 2
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/pgSQL 2