Re: [GENERAL] CLOB support in postgresql

2007-09-07 Thread Scott Marlowe
On 9/7/07, SHARMILA JOTHIRAJAH <[EMAIL PROTECTED]> wrote: > What is the best way to store clob data in postgresql? > Currently I store my clob data as a text. The data consists of large xml > files. When I access the text field using getString method in jdbc, the > program is not able to hold a hug

[GENERAL] CLOB support in postgresql

2007-09-07 Thread SHARMILA JOTHIRAJAH
What is the best way to store clob data in postgresql? Currently I store my clob data as a text. The data consists of large xml files. When I access the text field using getString method in jdbc, the program is not able to hold a huge string in memory .If I can stream this data to and from the