| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | NunoACHenriques <nach(at)fct(dot)unl(dot)pt> |
| Cc: | "Roderick A(dot) Anderson" <raanders(at)acm(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Use of /etc/services? |
| Date: | 2002-06-07 22:26:05 |
| Message-ID: | Pine.LNX.4.44.0206071953590.935-100000@localhost.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
NunoACHenriques writes:
> Mandrake Linux release 8.1 also and without postgres rpms installed.
>
> [nach(at)golfinho ~]$ cat /etc/services | grep 5432
> # 5432-5434 Unassigned
> postgres 5432/tcp # POSTGRES
> postgres 5432/udp # POSTGRES
This is inconsistent with the official IANA assignment which reads
postgresql 5432/tcp # PostgreSQL Database
postqresql 5432/udp # PostgreSQL Database
# Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
(The spelling might have been fixed by now.)
You should probably file a bug report for your OS.
--
Peter Eisentraut peter_e(at)gmx(dot)net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2002-06-07 22:26:32 | Re: Use of /etc/services? |
| Previous Message | Scott Shattuck | 2002-06-07 22:05:58 | Re: Roadmap for a Win32 port |