Обсуждение: pgsql: Change default of log_directory to 'log'

Поиск
Список
Период
Сортировка

pgsql: Change default of log_directory to 'log'

От
Peter Eisentraut
Дата:
Change default of log_directory to 'log'

The previous default 'pg_log' might have indicated by its "pg_" prefix
that it is an internal system directory.  The new default is more in
line with the typical naming of directories with user-facing log files.
Together with the renaming of pg_clog and pg_xlog, this should clear up
that difference.

Author: Andreas Karlsson <andreas@proxel.se>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3371e4d9b12455fe1f8d1516d0bd915aab86be17

Modified Files
--------------
doc/src/sgml/config.sgml                      | 6 +++---
doc/src/sgml/file-fdw.sgml                    | 2 +-
src/backend/utils/misc/guc.c                  | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/test/perl/PostgresNode.pm                 | 2 +-
src/test/perl/RecursiveCopy.pm                | 4 ++--
6 files changed, 9 insertions(+), 9 deletions(-)