CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       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


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to