[GENERAL] Float8 precision problem

2006-11-30 Thread Hengki Suhartoyo
Hi all, I got problem in postgrsql 8.0 when subtraction in float8, this is my query : select 6.1::float8-6::float8 Result 0.096 I need the result like natural subtraction is 0.1 Help me please

[GENERAL] Is postgresql 8.xx jdbc support SCROLL_SENSITIVE?

2005-05-18 Thread Hengki Suhartoyo
Hi, all I have problem with my jdbc program, my java program can't use TYPE_SCROLL_SENSITIVE. But I need Sensitive scrollable result. Can anybody help me? this is my java test program, /* * testRS.java * * Created on May 16, 2005, 9:48 PM */ import java.sql.*; public class testRS {

[GENERAL] increasing max_connections on freebsd

2004-12-13 Thread Hengki Suhartoyo
Hello... I want to increase my max_connections up to 128 connections, but I got that I need to recompile my kernel. I'm newbie in postgresql and freebsd. How to increase max_connections and recompile freebsd kernel. Help Me please. Thank's __