postgresql/contrib/mac
Peter Eisentraut 2acdef186d Move contrib/odbc/odbc.sql together with odbc driver, remove old files;
revise ODBC "installation instructions"; update some other outdated
documentation; update contrib documentation
2000-09-18 20:11:37 +00:00
..
README.mac Move contrib/odbc/odbc.sql together with odbc driver, remove old files; 2000-09-18 20:11:37 +00:00
createoui Create and manage information on MAC address OUIs 2000-08-23 06:02:23 +00:00
dropoui Create and manage information on MAC address OUIs 2000-08-23 06:02:23 +00:00
ouiparse.awk Comment fixes from Larry Rosenman" <ler@lerctr.org>. 2000-08-23 13:44:14 +00:00
updateoui Create and manage information on MAC address OUIs 2000-08-23 06:02:23 +00:00

README.mac

This directory contains tools to create a mapping table from MAC
addresses (e.g., Ethernet hardware addresses) to human-readable
manufacturer strings.  The `createoui' script builds the table
structure, `updateoui' obtains the current official mapping table
from the web site of the IEEE, converts it, and stores it in the
database, `dropoui' removes everything.  Use the --help option to
get more usage information from the respective script.  All three
use the psql program; any extra arguments will be passed to psql.