| От | Tom Lane |
|---|---|
| Тема | Re: 8.1.4 compile problem |
| Дата | |
| Msg-id | 16131.1159541881@sss.pgh.pa.us обсуждение |
| Ответ на | Re: 8.1.4 compile problem (km <km@mrna.tn.nic.in>) |
| Ответы |
Re: 8.1.4 compile problem
|
| Список | pgsql-general |
km <km@mrna.tn.nic.in> writes:
> i have compiled postgres 8.1.4 even if configure didnt detect
> int8,uint8,int64 and uint64. i have tried to create a test table with
> datattype as int64 , but it says no such datatype, same is with uint8
> an uint64 datatypes.
At the SQL level, these datatypes are named after byte sizes not bit
sizes, ie, int2, int4, int8. Or you might prefer smallint, int, bigint.
There are no unsigned types.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера