Re: Postgresql.conf Documentation change

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Postgresql.conf Documentation change
Дата
Msg-id 200408160136.i7G1a3u10625@candle.pha.pa.us
обсуждение исходный текст
Ответ на Postgresql.conf Documentation change  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Postgresql.conf Documentation change  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-patches
What would people like done with this patch?  A sample section is:

! datestyle = 'iso, mdy'
! #timezone = {enviroment}        # actually, defaults to TZ environment setting
!                                 # set at initdb time
! australian_timezones = false
! extra_float_digits = 0          # min -15, max 2
! #client_encoding = {db encoding} # actually, defaults to database encoding
!                                 # common: UNICODE, SQL_ASCII

He has kept comments on the items where we can't determine a default.

One issue is that the postgresql.conf file only gets installed as part
of initdb so a shutdown/install/restart will replace the sample file,
but the server file will retain comments until an initdb.  This means
some beta people might go into 8.0.0 final with comments, and some will
not.

---------------------------------------------------------------------------

Josh Berkus wrote:
> Tom,
>
> Attached is that patch I talked to you about on hackers.   It changes the
> description at the top and uncomments most (but not all) of the lines in an
> effort to make it clear that commenting is not a way to restore the defaults.
>
> I've tested this on my machine and we end up with the exact same defaults with
> this patch as without, so no changes to initdb should be required.
>
> --
> -Josh Berkus
>
> ______AGLIO DATABASE SOLUTIONS___________________________
>                                         Josh Berkus
>     Enterprise vertical business        josh@agliodbs.com
>      and data analysis solutions        (415) 752-2500
>       and database optimization           fax 752-2387
>   utilizing Open Source technology      San Francisco

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Win32 fix for pg_dumpall
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: psql tab-complete patch #3