mac typo prob? - Mailing list pgsql-hackers

From Patrick Welche
Subject mac typo prob?
Date
Msg-id 20021013141609.K7999@quartz.newn.cam.ac.uk
Whole thread Raw
Responses Re: mac typo prob?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Masaru Sugawara
Date:
Subject: Re: Transactions through dblink_exec()
Next
From: Tom Lane
Date:
Subject: Re: experiences with autocommit functionality in 7.3