Re: Proposal: USING clause for DO statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Proposal: USING clause for DO statement
Дата
Msg-id 14791.1258818539@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Proposal: USING clause for DO statement  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Proposal: USING clause for DO statement
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> 2009/11/21 Andrew Dunstan <andrew@dunslane.net>:
>> One possible problem: what type would these anonymous params be?

> It is solved long time - without specification, any parameter is
> 'unknown text'.

Nonsense.

We do have the ability to infer parameter types when parsing a SQL
statement. That does not extend to any random PL being able to do it.
In fact, NONE of them can do it, not even plpgsql.  They all expect
incoming parameter types to be predetermined.

Without types *and* names, there is no point in considering parameters.
And the problem with that, which is why we didn't put parameters into
DO in the first place, is that it raises the minimum notational bar
quite a lot.  You might as well go ahead and define a temporary
function.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Proposal: USING clause for DO statement
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DEFAULT of domain ignored in plpgsql (8.4.1)