diff options
author | Bruce Momjian | 2003-03-24 20:39:10 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-03-24 20:39:10 +0000 |
commit | 346182ca9223954b6fe1ac3d1f680dfae59e0473 (patch) | |
tree | 0f790ad8f673378c52b411f4acf6fa49fd4b3c57 | |
parent | 8670e3588f12c819b46e09963091b54fce79c8f5 (diff) |
Add comment to postgresql.conf:
#search_path = '$user,public' # schema names
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index c290df19d99..d14e9c78db8 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -197,7 +197,7 @@ # #autocommit = true #dynamic_library_path = '$libdir' -#search_path = '$user,public' +#search_path = '$user,public' # schema names #datestyle = 'iso, us' #timezone = unknown # actually, defaults to TZ environment setting #australian_timezones = false |