Docs on PREPARE sql command should probably point to DEALLOCATE ...

Поиск
Список
Период
Сортировка
От James Robinson
Тема Docs on PREPARE sql command should probably point to DEALLOCATE ...
Дата
Msg-id 92A0A6DA-8DB3-11D8-8D1B-000A9566A412@socialserve.com
обсуждение исходный текст
Ответы Re: Docs on PREPARE sql command should probably point to DEALLOCATE  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-docs
In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't
reference DEALLOCATE in any way. It points to EXECUTE, but not to
DEALLOCATE. Suggested fix:

... This also means that a single  prepared statement cannot be used by
multiple simultaneous database clients; however, each client can create
their own prepared statement  to use. The prepared statement can be
manually cleaned up using the DEALLOCATE command.

----
James Robinson
Socialserve.com


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [pgsql-www] Odd formatting in on-line docs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Docs on PREPARE sql command should probably point to DEALLOCATE