mac typo prob?

From: Patrick Welche <prlw1(at)newn(dot)cam(dot)ac(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: mac typo prob?
Date: 2002-10-13 13:16:09
Message-ID: 20021013141609.K7999@quartz.newn.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just cut and pasted someone's mac address:

patrimoine=# update ethernet set mac='00-00-39-AB-92-FO' where id=623;
UPDATE 1
patrimoine=# select mac from ethernet where id=623;
mac
-------------------
00:00:39:ab:92:0f
(1 row)

Note the typo "O" instead of "0". I can see how that happened - should it
be "notify"ed against?

(pre-25 Sept code, 7.3b1)

Cheers,

Patrick

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-10-13 14:51:44 Re: experiences with autocommit functionality in 7.3
Previous Message Masaru Sugawara 2002-10-13 10:07:41 Re: Transactions through dblink_exec()