Re: postgresql.conf and postgres options

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>, pgsql-doc(at)postgresql(dot)org
Subject: Re: postgresql.conf and postgres options
Date: 2001-01-24 18:41:16
Message-ID: 200101241841.NAA09696@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have added all possible config options to postgresql.conf.sample.

I have attached the new version of the file. I think you will be amazed
at how GUC gives us such powerful control over PostgreSQL.

Thanks, Peter.

> 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(at)gmx(dot)net http://yi.org/peter-e/
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Attachment Content-Type Size
unknown_filename text/plain 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 18:47:49 Re: [INTERFACES] ODBC gives pq_recvbuf: unexpected EOF on client connection
Previous Message Alfred Perlstein 2001-01-24 18:33:42 Re: Libpq async issues