\dT macaddr helptext bug.

Started by Tomasz Wegrzanowskialmost 25 years ago4 messagesbugs
Jump to latest
#1Tomasz Wegrzanowski
taw@users.sourceforge.net

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Tomasz Wegrzanowski
Your email address : taw@users.sourceforge.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.

#2Bruce Momjian
bruce@momjian.us
In reply to: Tomasz Wegrzanowski (#1)
Re: \dT macaddr helptext bug.

Thanks. Will be fixed in 7.2.

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Tomasz Wegrzanowski
Your email address : taw@users.sourceforge.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@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tomasz Wegrzanowski (#1)
Re: \dT macaddr helptext bug.

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

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#2)
Re: \dT macaddr helptext bug.

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Thanks. Will be fixed in 7.2.

I went ahead and changed the pg_description entry for 7.1.1; there
doesn't seem to be any harm in that ...

regards, tom lane