From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>

Marc G. Fournier <scrappy@hub.org>

Commit: 674b22a2a43318f14cc6d6af2b4893bcce530a6a
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-01-25T07:11:07Z
Releases: 7.1.1
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>

PostgreSQL type extensions for IP and MAC addresses.

I needed to record IP and MAC level ethernet addresses in a data
base, and I really didn't want to store them as plain strings, with
no enforced error checking, so I put together the accompanying code
as my first experiment with adding a data type to PostgreSQL.  I
then thought that this might be useful to others, both directly and
as a very simple example of how to do this sort of thing, so here
it is, in the hope that it will be useful.

Files