[BUGS] BUG #6439: problems with streaming replication

2012-02-08 Thread vipinassabu
The following bug has been logged on the website: Bug reference: 6439 Logged by: vipin v Email address: vipinass...@gmail.com PostgreSQL version: 9.0.0 Operating system: windows xp Description: hi I tried to configure replication in windows xp with postgresql 9.0

[BUGS] BUG #6440: Window function in WHERE evaluated after agregate

2012-02-08 Thread logik
The following bug has been logged on the website: Bug reference: 6440 Logged by: Matyas Novak Email address: lo...@centrum.cz PostgreSQL version: 9.1.1 Operating system: Linux Description: Window function in WHERE clause - as all other functions used in where -

Re: [BUGS] BUG #6440: Window function in WHERE evaluated after agregate

2012-02-08 Thread Tom Lane
lo...@centrum.cz writes: Window function in WHERE clause - as all other functions used in where - should be evaluated before agregating takes place. Hmm? WHERE clauses are necessarily evaluated before aggregating; that's one of the main reasons why there's a difference between WHERE and HAVING

[BUGS] BUG #6445: PreparedStatement.setObject(1,java.util.String)

2012-02-08 Thread rajesh4 . t
The following bug has been logged on the website: Bug reference: 6445 Logged by: Rajesh Email address: rajesh...@tcs.com PostgreSQL version: 8.4.3 Operating system: Windows XP Description: I have a table in PostgreSQL database CREATE TABLE newtest ( id

[BUGS] BUG #6444: Postgresql crash

2012-02-08 Thread petr . jediny
The following bug has been logged on the website: Bug reference: 6444 Logged by: Petr Jediný Email address: petr.jed...@gmail.com PostgreSQL version: 8.4.10 Operating system: Debian 6 Squeeze, 64bit Description: Postgresql-8.4.9 (from debian squeeze repositories)

Re: [BUGS] BUG #6445: PreparedStatement.setObject(1,java.util.String)

2012-02-08 Thread Kris Jurka
On Wed, 8 Feb 2012, rajesh...@tcs.com wrote: The following bug has been logged on the website: Bug reference: 6445 PostgreSQL version: 8.4.3 I have a table in PostgreSQL database CREATE TABLE newtest ( id numeric(6), name character varying(120), email character