diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-02-10 18:02:35 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-02-10 18:02:35 +0000 |
commit | 88517a2d9e463e41327bd0b169a3d49700b804cb (patch) | |
tree | c90602092f269e1e2ed4c00f790a24c4b57cbfed /doc/src | |
parent | f0b0337623035d333b4584c17c118f98a19dbd6c (diff) | |
download | postgresql-88517a2d9e463e41327bd0b169a3d49700b804cb.tar.gz postgresql-88517a2d9e463e41327bd0b169a3d49700b804cb.zip |
Add note about the availability of contrib/mac for the macaddr data type.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/datatype.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 183cd11e19f..10d6304cc11 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.48 2001/01/26 22:04:22 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.49 2001/02/10 18:02:35 petere Exp $ --> <chapter id="datatype"> @@ -1967,6 +1967,13 @@ January 8 04:05:06 1999 PST <literal>a</> through <literal>f</>. Output is always in the latter of the given forms. </para> + + <para> + The directory <filename class="directory">contrib/mac</filename> + in the <productname>Postgres</productname> source distribution + contains tools that can be used to map MAC addresses to hardware + manufacturer names. + </para> </sect2> </sect1> |