[GENERAL] About PostgreSQL Block Size

2007-02-28 Thread Iannsp
Hi, Some one people have one report/benchmark about using postgresql block size modified? What is the difference? thanks. -- Ivo Nascimento Iann tech - Desenvolvendo soluções com performance e segurança http://www.ianntech.com.br ---(end of broadcast)-

[GENERAL] DBLink contrib used for replication

2007-01-25 Thread Iannsp
hello all, I like to know what you think about using dblink to construct serious syncronous and asyncronous replication. I'm work with this idea only for test and think this is possible or almost possible because I don't know the performance for long distances but in the same network, like insi

Re: [GENERAL] NEED URGENT HELP....

2006-12-26 Thread Iannsp
Martijn van Oosterhout escreveu: On Mon, Dec 25, 2006 at 08:52:52PM -0300, Henrique P Machado wrote: WHERE (USER_ID = $1) AND (COMPANY_ID = $2) AND BOOK_NO IN ($3) Could'nt he use an array in this 3rd parameter? I think so, if it's written: AND BOOK_NO = ANY($3) Have a nic