pgsql-server/doc/src/sgml/ref prepare.sgml

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql-server/doc/src/sgml/ref prepare.sgml
Дата
Msg-id 20040419233648.7A87BD1B9A6@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    04/04/19 20:36:48

Modified files:
    doc/src/sgml/ref: prepare.sgml

Log message:
    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


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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src backend/storage/buffer/README ...
Следующее
От: pgsql@svr1.postgresql.org (PostgreSQL Daemon)
Дата:
Сообщение: pgsql-server/ /GNUmakefile.in /configure /conf ...