[BUGS] BUG #3273: Installation fails near to finish

2007-05-13 Thread Salvador
The following bug has been logged online: Bug reference: 3273 Logged by: Salvador Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Windows XP Professional SP2 Description:Installation fails near to finish Details: Installation fails near

[BUGS] BUG #4749: trigonometric functions broken

2009-04-05 Thread Stefano Salvador
The following bug has been logged online: Bug reference: 4749 Logged by: Stefano Salvador Email address: stefano.salva...@gmail.com PostgreSQL version: 8.3.7 Operating system: Linux Description:trigonometric functions broken Details: try: select sin(pi

[BUGS] date_part bug

2001-03-29 Thread Salvador Mainé
Hello: I'm using postgres 7.0.2. When I use date_part('day', date) sometimes I get wrong values. Ie: and date_part('day', '1999-3-28')=27 and date_part('day', '2000-3-26')=25 Is it a bug? -- Salvador Mainé ---