RE: Large strings

Поиск
Список
Период
Сортировка
От Peter Mount
Тема RE: Large strings
Дата
Msg-id 1B3D5E532D18D311861A00600865478C70C4B3@exchange1.nt.maidstone.gov.uk
обсуждение исходный текст
Ответ на Large strings  (Nelson Ferreira Junior <nelson@radix.com.br>)
Список pgsql-interfaces
The generic answer for storing anything larger than the page size is to
use large objects. Set the columns type to oid, and use the setBytes()
method to insert the strings. To retrieve, you can use either the
getBytes() or getBlob() methods.

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.



-----Original Message-----
From: Nelson Ferreira Junior [mailto:nelson@radix.com.br]
Sent: Monday, April 17, 2000 9:10 PM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] Large strings

  Hi,
  I have a JDBC aplication that actualy works with Oracle and I am
porting it PostgreSQL. The trouble is that I have some rows with type
"LONG" (in Oracle) where are stored strings with up to 20Kb and
PostgreSQL doesn't hava this type and seems to be impossible to store
strings larger than 8Kb with the types "TEXT" or "VARCHAR".  What can I do ?!?!
                                                   thanks.




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

Предыдущее
От: Nick Rathke
Дата:
Сообщение: Postgresql JDBC errors
Следующее
От: Peter Mount
Дата:
Сообщение: RE: Large strings