Re: postgresql.conf and postgres options - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: postgresql.conf and postgres options
Date
Msg-id Pine.LNX.4.30.0101120017220.1080-100000@peter.localdomain
Whole thread Raw
In response to postgresql.conf and postgres options  ("Oliver Elphick" <olly@lfix.co.uk>)
Responses Re: postgresql.conf and postgres options  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Oliver Elphick writes:

> 2.  The following command line options to postgres don't have an equivalent in
>     postgresql.conf.  Is that intentional?  (I suppose it is in several cases,
>     and I have left out some where it is obviously intentional.)  I can't see
>     why these items can't be put in the configuration file:

>     -C        Noversion = true   [not documented in postgres man page]

This option doesn't do anything.

>     -D        potential_Datadir = arg      [set PGDATA]

This option can't be in the config file because it is used to *find* the
config file.

>     -E        EchoQuery = true   [echo queries to log]

Hmm, there's debug_print_query.  This will probably be consolidated in the
future.

>     -e        EuroDates = true   [use European format for dates]

This should be a config file option, but Thomas Lockhart couldn't make up
his mind what to call it.  ;-)

>     -N        UseNewLine = 0     [newline is not a query separator]

I don't think this is useful.

>     -o        [set stdout, stderr to file arg]

I think this is broken or not well maintained.  Will be cleaned up in some
later release.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: AW: Re: GiST for 7.1 !!
Next
From: Peter Eisentraut
Date:
Subject: Re: PostgreSQL v7.1BETA3 Bundled and Available ...