mac typo prob?

Поиск
Список
Период
Сортировка
От Patrick Welche
Тема mac typo prob?
Дата
Msg-id 20021013141609.K7999@quartz.newn.cam.ac.uk
обсуждение исходный текст
Ответы Re: mac typo prob?
Список 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 по дате отправления:

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: Transactions through dblink_exec()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: experiences with autocommit functionality in 7.3