Re: Column information

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Alban Hertroys <haramrae(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Column information
Date: 2017-05-04 10:51:43
Message-ID: CA+FnnTyDCmzkUAkNoYD9vqQ9qHQORYB2X92-GyyMYTVwDWmEBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, Alan,

On Thu, May 4, 2017 at 3:18 AM, Alban Hertroys <haramrae(at)gmail(dot)com> wrote:
>
>> According to the documentation 'numeric_precision_radix' field should
>> indicate what radix the value of 'numeric_precision' is stored.
>>
>> However, even though the radix is 2, the actual value is 32, which is
>> not a radix 2.
>
> https://en.wikipedia.org/wiki/Radix

Yes, so for the Radix 2 only 0 and 1 should be used, right?
And so the value should be 100000 and not 32.

Thank you.

>
> Alban Hertroys
> --
> If you can't see the forest for the trees,
> cut the trees and you'll find there is no forest.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durumdara 2017-05-04 11:52:55 pg_stat_activity extra Fields are NULL
Previous Message Magnus Hagander 2017-05-04 09:22:08 Re: Compatibility of libpg