BUG #6651: macaddr length constraint violates standard

From: erlkonig(at)talisman(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6651: macaddr length constraint violates standard
Date: 2012-05-18 19:57:28
Message-ID: E1SVTIm-0005of-Nd@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6651
Logged by: Alex North-Keys
Email address: erlkonig(at)talisman(dot)org
PostgreSQL version: 9.1.3
Operating system: any
Description:

The macaddr type does not allow for MACs of greater length (or less than)
than six bytes, only capturing a particular variety of ethernet address
(Xerox's original version) instead of the broader use of MACs where
addresses of other lengths are common, such as the 64-bit EUI-64.

A more appropriate type name would have been "ethernet", specific to the
case actually captured by "macaddr". Given compatibility concerns, renaming
it is probably infeasible. However, being able to parameterize the length,
defaulting to 6 bytes, would be adequate.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message grv87 2012-05-19 14:28:47 BUG #6652: Installer grants postgres user rights for the whole disk, not specified subfolder
Previous Message a.krawiec 2012-05-18 09:09:53 BUG #6650: CPU system time utilization rising few times a day