Re: [GENERAL] column size in libpq

2005-04-25 Thread John DeSoi
On Apr 25, 2005, at 4:53 AM, Piotr Filipczuk wrote: 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. 68 - 4 is the correct size for varchar(64). There is 4 bytes o

[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 'kill -9' t