macaddr type (fwd)

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: pgsql-hackers(at)hub(dot)org
Subject: macaddr type (fwd)
Date: 2000-07-17 02:33:10
Message-ID: 200007170233.e6H2XA205054@lerami.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Now that I'm actually on -HACKERS, did this make it to the list?

Larry
----- Forwarded message (env-from ler) -----

2 Items I noticed with PostgreSQL 7.0.2:

1) the macaddr type is NOT documented in the datatypes and functions
documentation.
2) the manufacturer list in the mac.c module is way out of date.
this list can be updated from http://standards.ieee.org/regauth/oui/index.shtml
and massaging the oui.txt file available from there.

Is there anything I can do to help this?

Also, I noticed a discussion on the INET/CIDR types ongoing here, and was wondering
if there was a way to get an output function for these types that would ALWAYS print
all 4 octets of the adddress for use by non-technical people. I am currently writing
an IP allocation and tracking system using these types and find this a prioblem.

Thanks!

Larry Rosenman
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

----- End of forwarded message (env-from ler) -----

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 (voice) Internet: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-17 04:23:08 Re: macaddr type (fwd)
Previous Message Bruce Momjian 2000-07-16 23:24:26 Re: Keyword indexing code for contrib