Correction: temp_tablespaces was implemented by Albert Cervera Areny,
authorBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2007 15:05:15 +0000 (15:05 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 25 Jan 2007 15:05:15 +0000 (15:05 +0000)
with cleanup by Jaime Casanova.

src/backend/utils/misc/postgresql.conf.sample

index b3c24fb2c5f538c412280b0cc75a1eabb97bfbfb..2e708b11623aa7bfd1afc608d46f53461f6c0c2b 100644 (file)
 #search_path = '"$user",public'                # schema names
 #default_tablespace = ''               # a tablespace name, '' uses
                                        # the default
-#temp_tablespaces = ''                 # a list of tablespace names, 
+#temp_tablespaces = ''                 # a list of tablespace names,
                                        # '' uses default_tablespace
 #check_function_bodies = on
 #default_transaction_isolation = 'read committed'