Index: doc/src/sgml/runtime.sgml =================================================================== RCS file: /cvsroot/pgsql-server/doc/src/sgml/runtime.sgml,v retrieving revision 1.232 diff -c -c -r1.232 runtime.sgml *** doc/src/sgml/runtime.sgml 23 Jan 2004 23:54:20 -0000 1.232 --- doc/src/sgml/runtime.sgml 25 Jan 2004 00:32:55 -0000 *************** *** 1822,1829 **** Causes each SQL statement to be logged. The default is off. ! Only superusers can turn off this option if it is enabled by ! the administrator. --- 1822,1832 ---- Causes each SQL statement to be logged. The default is off. ! EXECUTE only displays the plan name, not the ! prepared query. Server-side languages like ! PL/pgSQL that store functions in a cache only ! display their queries on first function call. superusers can ! turn off this option if it is enabled by the administrator.