"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
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
**
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
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.