Is there any caveats on toasted fields?

Поиск
Список
Период
Сортировка
От He Weiping (Laser Henry)
Тема Is there any caveats on toasted fields?
Дата
Msg-id 39E2BFEE.4484BE3A@zhengmai.com.cn
обсуждение исходный текст
Ответ на Making changes visible to other connections  (andrew@ugh.net.au)
Ответы Re: Is there any caveats on toasted fields?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi, there

    I want to make a little db and want to use it to store some kind of text
file,
I'm using current CVS tree, the table is simple:

create table toastest(
name text,
content text);

then I do some insert using sql script, and some work fine, but others
always
got such kind of messages like:

psql:scriptname:1615: ERROR:  parser: parse error at or near "ll"

(1615 is the totally line of that file);
and I also try to use pltcl to do this, and the problem is the same.
Am I doing wrong, or are there some caveats to care?
How can I explain these?
Any suggestions?

P.S. I'm using MB encoding of EUC_CN.

Regards

Laser


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

Предыдущее
От: Denis Perchine
Дата:
Сообщение: Problem specifying limit in select inside insert.
Следующее
От: "Horst Herb"
Дата:
Сообщение: Re: Question !