Slony Problem

Поиск
Список
Период
Сортировка
От furlani.francesco@gmail.com
Тема Slony Problem
Дата
Msg-id 5f8c3490-904d-4c5a-ba37-3bdd98acd759@b1g2000hsg.googlegroups.com
обсуждение исходный текст
Список pgsql-general
Hi,
i have 1 master and one slave db.

when in the master i run this sql : update wspet00 set datamf=20080925
where numcar = 7123123123
in the slave slon process i have an error with this log:


update only "public"."wspet00" set datamf='20080925' where ;
" ERROR:  syntax error at or near ";"
LINE 1: update only "public"."wspet00" set datamf='20080925' where ;


it's seem like the sql was truncate..any idea?

Postgres version 8.2.5 and slony 1.2.13 on windows 2003 server.

Thanks,
Francesco

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

Предыдущее
От: yann.dubost@gmail.com
Дата:
Сообщение: Re: Is there a parameter to tell postgresql to not attempt to open an IPv6 socket?
Следующее
От: "Chen, Dongdong (GE Healthcare, consultant)"
Дата:
Сообщение: need help of getting PK after insertRow in JDBC