Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Use of /etc/services? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Use of /etc/services?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Use of /etc/services?  (NunoACHenriques <[email protected]>)
Responses Re: Use of /etc/services?
List pgsql-hackers
NunoACHenriques writes:

>     Mandrake Linux release 8.1 also and without postgres rpms installed.
>
> [nach@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 <[email protected]>

(The spelling might have been fixed by now.)

You should probably file a bug report for your OS.

-- 
Peter Eisentraut   [email protected]



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: patch for contrib/intarray (7.2 and 7.3) (fwd)
Next
From: Peter Eisentraut
Date:
Subject: Re: Use of /etc/services?