Re: IN/OUT parameters

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: IN/OUT parameters
Дата
Msg-id 200505241617.33026.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: IN/OUT parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
People:

OK, found it in SQL99:

<SQL parameter declaration> ::=
[ <parameter mode> ] [ <SQL parameter name> ] <parameter type> [ RESULT ]
<parameter mode> ::= IN | OUT | INOUT

... so this is something we need to support, apparently both for Functions and 
Procedures (when we get the latter), in the backend, not just JDBC.  As you 
can imagine, though, SQL03 does nothing to clarify calling rules for IN/OUT 
params.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Junaili Lie
Дата:
Сообщение: Re: postmaster.pid disappeared
Следующее
От: Neil Conway
Дата:
Сообщение: Re: Speeding up the Postgres lexer