Re: [REVIEW] Patch for cursor calling with named parameters

Поиск
Список
Период
Сортировка
От Royce Ausburn
Тема Re: [REVIEW] Patch for cursor calling with named parameters
Дата
Msg-id 37632288-ABF6-4472-9716-89C1A68FA131@inomial.com
обсуждение исходный текст
Ответ на Re: [REVIEW] Patch for cursor calling with named parameters  (Yeb Havinga <yebhavinga@gmail.com>)
Список pgsql-hackers

On 11/10/2011, at 11:38 PM, Yeb Havinga wrote:

Declaration of cursors with named parameters is already part of PostgreSQL (so it is possible to use the parameter names in the cursor query instead of $1, $2, etc.) and it also already documented with an example, just a few lines above the open examples. See curs3 on http://developer.postgresql.org/pgdocs/postgres/plpgsql-cursors.html

Doh - my apologies!

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

Предыдущее
От: Yeb Havinga
Дата:
Сообщение: Re: [REVIEW] Patch for cursor calling with named parameters
Следующее
От: David Fetter
Дата:
Сообщение: Re: Range Types - typo + NULL string constructor