[GENERAL] column size in libpq

2005-04-25 Thread Piotr Filipczuk
How to determinate column size in query in libpq? Especially when column is declared for exapmle as varchar(64). PQfsize return -1 which mean that is variable and PQfmod returns 68. Piotr Filipczuk ---(end of broadcast)--- TIP 4: Don't &#x

Re: [GENERAL] beta3 winxp initdb problems

2004-10-14 Thread Piotr Filipczuk
Hi. I understand that you are using NOD32 software. To correct install postgres you must first uninstall IMON from NOD32. IMON is som how intgerete with windows socket and somehow brake communication with postgresql database. Piotr Filipczuk BARTKO, Zoltán wrote: Hello, folks, I am trying to

[GENERAL] Re: sort order problem

2001-02-26 Thread Piotr Filipczuk
abase should be create with encoding LATIN2 (createdb -E LATIN2) and that's all. I tried this with postgres 6.5.x and 7.0.x on RedHat 6.2 and RedHat 7.0. Piotr Filipczuk [EMAIL PROTECTED]