Re: [INTERFACES] varchar() access

Поиск
Список
Период
Сортировка
От Byron Nikolaidis
Тема Re: [INTERFACES] varchar() access
Дата
Msg-id 36B1CC96.7FF45553@insightdist.com
обсуждение исходный текст
Ответ на varchar() access  (markh@clockworkweb.com (Mark Himsley))
Ответы Re: [INTERFACES] varchar() access
Список pgsql-interfaces

Mark Himsley wrote:

> I thought Postgres had a limit of 8K? That's what it says in the docs...
>

Maybe, but the entire statement length also has a limit of 8K!   That's where I think it gets a little ridiculous to
tryand use in-line sql to 
send/retrieve data of these sizes.

The large object interface is perfect for this.  I am going to try to add LongVarChar/Large Object support to the
driversoon.  We will need two different 
data types now -- one for binary (already have "lo") and one for char (maybe "lo_char").

Byron



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Margarita Barvinok
Дата:
Сообщение: Re: [INTERFACES] Use ecpg
Следующее
От: markh@clockworkweb.com (Mark Himsley)
Дата:
Сообщение: Re: [INTERFACES] varchar() access