Re: custom function for converting human readable sizes to bytes

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: custom function for converting human readable sizes to bytes
Дата
Msg-id 565345D8.2090200@BlueTreble.com
обсуждение исходный текст
Ответ на Re: custom function for converting human readable sizes to bytes  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: custom function for converting human readable sizes to bytes
Список pgsql-hackers
On 11/23/15 3:11 AM, Corey Huinker wrote:
> +1 to both pg_size_bytes() and ::bytesize. Both contribute to making the
> statements more self-documenting.

The function seems like overkill to me if we have the type. Just my 
opinion though. I'm thinking the type could just be called 'size' too 
(or prettysize?). No reason it has to be tied to bytes (in particular 
this would work for bits too).

If we're going to add this, I suppose it should support the 'i prefixes' 
too (GiB, MiB, etc).
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Truncating/vacuuming relations on full tablespaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: custom function for converting human readable sizes to bytes