Index: doc/src/sgml/runtime.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v retrieving revision 1.261 diff -c -c -r1.261 runtime.sgml *** doc/src/sgml/runtime.sgml 21 Apr 2004 13:18:28 -0000 1.261 --- doc/src/sgml/runtime.sgml 22 Apr 2004 04:16:29 -0000 *************** *** 2135,2150 **** UPDATE, DELETE, TRUNCATE, and COPY FROM. PREPARE and EXPLAIN ANALYZE statements are also considered for ! appropriate commands. The default is none. Only ! superusers can reduce the detail of this option if it has been ! set by an administrator. ! When the EXECUTE statement is logged, only ! the name of the prepared statement is recorded, not the ! entire prepared statement. --- 2135,2153 ---- UPDATE, DELETE, TRUNCATE, and COPY FROM. PREPARE and EXPLAIN ANALYZE statements are also considered for ! appropriate commands. ! ! ! The default is none. Only superusers can reduce ! the detail of this option if it has been set by an administrator. ! The EXECUTE statement not considered a ! ddl or mod statement. When it is logged, ! only the name of the prepared statement is reported, not the ! actual prepared statement. Index: doc/src/sgml/ref/execute.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/ref/execute.sgml,v retrieving revision 1.8 diff -c -c -r1.8 execute.sgml *** doc/src/sgml/ref/execute.sgml 26 Jan 2004 17:26:30 -0000 1.8 --- doc/src/sgml/ref/execute.sgml 22 Apr 2004 04:16:29 -0000 *************** *** 45,50 **** --- 45,52 ---- + The command tag returned by EXECUTE + is that of the prepared statement, and not EXECUTE. For more information on the creation and usage of prepared statements, see .