Re: [GENERAL] parsing binary varchar[]-s

2004-07-26 Thread Tom Lane
Igor Shevchenko <[EMAIL PROTECTED]> writes: > I use binary mode for sending params and receiving data using libpq with > protocol v3; PostgreSQL version is 7.4.3. > Here, varchar[]-s are returned in binary mode; they're generated from internal > structs by "array_send" function in src/backend/uti

[GENERAL] parsing binary varchar[]-s

2004-07-26 Thread Igor Shevchenko
Hi, I use binary mode for sending params and receiving data using libpq with protocol v3; PostgreSQL version is 7.4.3. Here, varchar[]-s are returned in binary mode; they're generated from internal structs by "array_send" function in src/backend/utils/adt/arrayfuncs.c. PQftype(..) returns 1015