[SQL] Insert large text to text column

2005-11-05 Thread Tai Huynh Phuoc
Can I open an OutputStream to write data a column (type=text). If yes, what is this pattern from select to get OutputStream __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com ---(end of broad

[SQL] can not connect to pg on linux FC4

2005-11-04 Thread Tai Huynh Phuoc
Hi, I use pg 8.03 (come with FC4). I can not connect to pg because of Ident authentication failed for user "root" error. pg_hba.conf host all all 127.0.0.1/32 ident sameuser Then I try another way by add adding a row to pg_indet so that I can use root account to connection to db. mymap root