Re: Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)
Дата
Msg-id b42b73150710161232w6e9d7c66u45984b772a3b3b72@mail.gmail.com
обсуждение исходный текст
Ответ на Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 10/16/07, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> Hello,
>
> this proposal change older unaccepted proposal
> http://archives.postgresql.org/pgsql-hackers/2006-03/msg01157.php .
>

> Compliance with PL/SQL
> * You can use numeric, character, and string literals as bind arguments
> * You cannot use bind arguments to pass the names of schema objects to
> a dynamic SQL statement.

does this mean you can't dynamically sub in a variable for a table
name? if so, why keep that limitation?  one of the main reasons to use
dynamic sql is for schema objects.

merlin


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32.
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Proposal: PL/pgSQL EXECUTE INTO USING (for 8.4)