Re: display bigint precision problem in pgAdmin4 ?
От | Khushboo Vashi |
---|---|
Тема | Re: display bigint precision problem in pgAdmin4 ? |
Дата | |
Msg-id | CAFOhELcZgdzxHNdnoBw9ELKs2WncQy1g9jDze4w1DtSMTUqG5Q@mail.gmail.com обсуждение исходный текст |
Ответ на | display bigint precision problem in pgAdmin4 ? (Alain Dupeyron <adupeyron@yahoo.fr>) |
Ответы |
Re: display bigint precision problem in pgAdmin4 ?
Re: display bigint precision problem in pgAdmin4 ? |
Список | pgadmin-support |
Hi,
I can not reproduce this issue at my end with pgAdmin v4.27.
Please provide OS, Browser and PG details.
Thanks,
Khushboo
On Fri, Nov 6, 2020 at 3:19 PM Alain Dupeyron <adupeyron@yahoo.fr> wrote:
Hello,In PgAdmin 4.27 bigint values are not displayed correctly,The 2-3 last finest digits are to 000example here 6000 insteaf of 6033 ??select '2807160139143706033', 2807160139143706033, x'26f50946094bf5b1'::bigint, x'26f50946094bf5b1'::bit(64)'?column?' '?column?' 'int8' 'bit'
2807160139143706033 2807160139143706000 2807160139143706000 0010011011110101000010010100011000001001010010111111010110110001expected result from psql :?column? | ?column? | int8 | bit
---------------------+---------------------+---------------------+------------------------------------------------------------------
2807160139143706033 | 2807160139143706033 | 2807160139143706033 | 0010011011110101000010010100011000001001010010111111010110110001
(1 ligne)bug/display problem ?Thanks
В списке pgadmin-support по дате отправления: