projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0626a7d
)
Correction: temp_tablespaces was implemented by Albert Cervera Areny,
author
Bruce Momjian
<bruce@momjian.us>
Thu, 25 Jan 2007 15:05:15 +0000
(15:05 +0000)
committer
Bruce 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
patch
|
blob
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index b3c24fb2c5f538c412280b0cc75a1eabb97bfbfb..2e708b11623aa7bfd1afc608d46f53461f6c0c2b 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-399,7
+399,7
@@
#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'