From a535cdf130167ca6a086805b35f59a6b669b73d7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 Mar 2007 02:06:15 +0000 Subject: Revert temp_tablespaces because of coding problems, per Tom. --- doc/src/sgml/config.sgml | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2059fed863a..17504b3d5e8 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3440,35 +3440,6 @@ SELECT * FROM parent WHERE key = 2400; - - temp_tablespaces (string) - - temp_tablespaces configuration parameter - - tablespacetemp - - - This variable specifies tablespaces in which to create temp - objects (temp tables and indexes on temp tables) when a - CREATE command does not explicitly specify a tablespace - and temp files when necessary (eg. for sorting operations). - - - - The value is either a list of names of tablespaces, or an empty - string to specify using the default tablespace of the current database. - If the value does not match the name of any existing tablespace, - PostgreSQL will automatically use the default - tablespace of the current database. - - - - For more information on tablespaces, - see . - - - - check_function_bodies (boolean) -- cgit v1.2.3