RE: RFC: CRC datatype

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема RE: RFC: CRC datatype
Дата
Msg-id NEBBIOAJBMEENKACLNPCKEKECCAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на RFC: CRC datatype  ("Horst Herb" <hherb@malleenet.net.au>)
Список pgsql-hackers
> Therefore, I propose defining new data types like "CRC32", "CRC64",
> "RIPEMD", whatever (rather than pluggable arbitrary CRCs).

I suspect that you are really looking at the problem from the wrong end.
CRC checking should not need to be done by the database user, with a fancy
type.  The postgres server itself should guarantee data integrity - you
shouldn't have to worry about it in userland.

This is, in fact, what the recent discussion on this list has been
proposing...

Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Horst Herb"
Дата:
Сообщение: RFC: CRC datatype
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Re: COPY BINARY file format proposal