| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Holger Klawitter <lists(at)klawitter(dot)de> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: typo in postgresql.conf |
| Date: | 2004-08-13 20:03:10 |
| Message-ID: | 26524.1092427390@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Holger Klawitter <lists(at)klawitter(dot)de> writes:
> TYPOS:
> * postgresql.conf says that you may specify "interfaces" in
> listen_addresses, it should read "hostnames".
I think it means what it says. Interfaces are what you can actually
bind to or not bind to, at least with the TCP stacks I've worked with.
> NITPICKING:
> * (initdb.1) it might be good to add a warnung like this:
> Beware: Not every --locale works with every --encoding!
> In particular --econding=UNICODE (you might want to use
> "--locale=en_US.utf8" or similar. See "locale -a" to obtain
> a list of available locales.
There is a test now in initdb to warn you if you pick an incompatible
pair. Does it not work for you?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2004-08-13 20:05:32 | Re: pgAdmin III edit grid on empty Table |
| Previous Message | Tom Lane | 2004-08-13 20:01:02 | Re: Bug report on Solaris 8/x86 |