Re: \dT macaddr helptext bug.

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tomasz Wegrzanowski <taw@users.sourceforge.net>
Cc: pgsql-bugs@postgresql.org
Date: 2001-05-03T16:19:35Z
Lists: pgsql-bugs
Tomasz Wegrzanowski <taw@users.sourceforge.net> writes:
> In psql typelist help (\dT) macaddr is described:
>  macaddr                  | XX:XX:XX:XX:XX, MAC address
> 40 bits total.
> It should be:
>  macaddr                  | XX:XX:XX:XX:XX:XX, MAC address
> 48 bits total.

Yup.  I have changed the pg_description entry for 7.1.1 ... but you
will not see the fix take effect unless you do an initdb.

			regards, tom lane