Re: [GENERAL] How to determine max int

2013-11-11 Thread Melvin Call
On Mon, Nov 11, 2013 at 6:35 PM, Guy Rouillier wrote: > On 11/11/2013 7:14 PM, Melvin Call wrote: > >> Good evening, >> >> I could swear I read somewhere that the default integer size on 64-bit >> systems running 9.1 is eight bytes, or the equivalent of a bigint. But >> reading through the user gu

Re: [GENERAL] How to determine max int

2013-11-11 Thread Melvin Call
On Mon, Nov 11, 2013 at 6:29 PM, John R Pierce wrote: > On 11/11/2013 4:14 PM, Melvin Call wrote: > >> I could swear I read somewhere that the default integer size on 64-bit >> systems running 9.1 is eight bytes, or the equivalent of a bigint. But >> reading through the user guide it seems that i

Re: [GENERAL] How to determine max int

2013-11-11 Thread Guy Rouillier
On 11/11/2013 7:14 PM, Melvin Call wrote: Good evening, I could swear I read somewhere that the default integer size on 64-bit systems running 9.1 is eight bytes, or the equivalent of a bigint. But reading through the user guide it seems that it is indeed still just four-bytes. Can anyone verify

Re: [GENERAL] How to determine max int

2013-11-11 Thread John R Pierce
On 11/11/2013 4:14 PM, Melvin Call wrote: I could swear I read somewhere that the default integer size on 64-bit systems running 9.1 is eight bytes, or the equivalent of a bigint. But reading through the user guide it seems that it is indeed still just four-bytes. Can anyone verify that for me,