[BUGS] Request

2008-04-18 Thread Adhikari, Tika Ram
Dear Sir/Madam, I request for one help. I would like to work on postgresql.org. But I do not know how to install this software in my machine. Would you please kindly help me? Thanks Tika -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: htt

Re: [BUGS] Request

2008-04-18 Thread Terry Lee Tucker
On Friday 18 April 2008 11:34, Adhikari, Tika Ram wrote: > Dear Sir/Madam, > > I request for one help. I would like to work on postgresql.org. But I do > not know how to install this software in my machine. Would you please > kindly help me? > > > Thanks > Tika See: http://www.postgresql.org/docs/

[BUGS] Inconsistent shift operator

2008-04-18 Thread Roman Kononov
The below test cases show the obvious inconsistency between different integer types. Regards, Roman test=# \t Showing only tuples. test=# select 1::int2 << 17; 0 test=# select 1::int4 << 33; 2 test=# select 1::int8 << 65; 2 test=# select 2::int2 >> 17; 0 tes

[BUGS] BUG #4114: Inconsistent shift operator

2008-04-18 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4114 Logged by: Roman Kononov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: x86_64 GNU/Linux Description:Inconsistent shift operator Details: The below test cases show the obviou