Re: [GENERAL] Czech Win1250 sorting q

1999-12-12 Thread David Sauer
"Robert" == Robert <[EMAIL PROTECTED]> writes: Robert> netkof=> show client encoding; Robert> ERROR: parser: parse error at or Sorry, my mistake. The right name is 'client_encoding' (with underscore). Example: david=> set client_encoding to 'latin2'; SET VARIABLE Robert> Hmm

[GENERAL] radius.detaillog -> pgsql parser?

1999-12-12 Thread The Hermit Hacker
anyone have one of these? I hate "recreating the wheel" if at all possible. thanks... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: [EMAIL PROTECTED] secondary: scrappy@{freebsd|postgresql}.org **

[GENERAL] Large objects + JDBC

1999-12-12 Thread Marcin Mazurek - Multinet SA - Poznan
Hi, I'm put several gifa into a table. I did as a exercise:) form psql using: INSERT INTO images (id, data) VALUES (3, lo_import('/usr/local/apache/servlets/images/a.gif')); but I have a problem with creating Java stream to read these data. Here serveral lines of code I was using: PreparedSta

[GENERAL] Index of words form a field.

1999-12-12 Thread R.J.
I have a database. In a filed (let's say Title) there are many words. How to create an index of every word from Title that is related with the original record and field? I want also that after correction of the main record this index would update its content. Thanks for ideas.