Re: [GENERAL] libpq: binary data vs textual

2011-01-16 Thread Вячеслав Блинников
The claw "no, it wont switch." is enaugh. I think it's a good manner to use some default settings - will read textual data. Thanks! 16 января 2011 г. 18:11 пользователь Andy Colson написал: > On 01/16/2011 09:07 AM, Andy Colson wrote: > >> On 01/16/2011 08:13 AM, Вячеслав Блинников wrote: >> >>>

Re: [GENERAL] libpq: binary data vs textual

2011-01-16 Thread Andy Colson
On 01/16/2011 09:07 AM, Andy Colson wrote: On 01/16/2011 08:13 AM, Вячеслав Блинников wrote: Database returns information from "integer" and "biging" fields as text (values represented as string which must be read via atoi()/atol()) - is there a way to retrieve such data as binary? Will not Post

Re: [GENERAL] libpq: binary data vs textual

2011-01-16 Thread Andy Colson
On 01/16/2011 08:13 AM, Вячеслав Блинников wrote: Database returns information from "integer" and "biging" fields as text (values represented as string which must be read via atoi()/atol()) - is there a way to retrieve such data as binary? Will not PostgreSQL suddenly start return information in