Re: \dT macaddr helptext bug.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tomasz Wegrzanowski <taw(at)users(dot)sourceforge(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: \dT macaddr helptext bug.
Date: 2001-05-03 15:55:06
Message-ID: 200105031555.f43Ft6Y28031@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Thanks. Will be fixed in 7.2.

> ============================================================================
> POSTGRESQL BUG REPORT TEMPLATE
> ============================================================================
>
>
> Your name : Tomasz Wegrzanowski
> Your email address : taw(at)users(dot)sourceforge(dot)net
>
>
> Please enter a FULL description of your problem:
> ------------------------------------------------
>
> 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.
>
> macaddr datatype works correctly (48-bit).
>
> If you know how this problem might be fixed, list the solution below:
> ---------------------------------------------------------------------
>
> Well, it's pretty obvious how to fix it.
> Sorry for cutting of unused parts of the template.
> You should write whether to cut them or left empty in bug.template comments.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2001-05-03 15:58:39 Re: freebsd sample startup script doesn't work
Previous Message Peter Eisentraut 2001-05-03 15:44:24 Re: SELECT min(id) FROM test; uses seqscan