A small type extension example for the contrib directory (fwd)

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: A small type extension example for the contrib directory (fwd)
Date: 1998-01-25 07:12:09
Message-ID: Pine.BSF.3.96.980125031048.28536d-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi...

I added this to the contrib directory for the server, but am
wondering if anyone feels that this just might be useful as a "normal"
datatype, instead of just in the contrib directory...

Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

---------- Forwarded message ----------
Date: Sun, 11 Jan 1998 21:24:40 +0100 (CET)
From: Tom I Helbekkmo <tih(at)Hamartun(dot)Priv(dot)NO>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Subject: A small type extension example for the contrib directory

Hi!

I figured the accompanying code might fit well in the contrib
directory. I don't know who to send it to, though, so I'm just
sending it to you. :-) From the README:

| 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.

-tih
--
Popularity is the hallmark of mediocrity. --Niles Crane, "Frasier"

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom I Helbekkmo 1998-01-25 09:20:49 Re: [HACKERS] A small type extension example for the contrib directory (fwd)
Previous Message Jan Vicherek 1998-01-25 06:00:59 extension to SQL to access TIDs from indices