statement level triggers in PostgreSQL , anybody??

Поиск
Список
Период
Сортировка
От nramakrishna7@yahoo.com (rama)
Тема statement level triggers in PostgreSQL , anybody??
Дата
Msg-id fd508551.0405270528.4e94d25d@posting.google.com
обсуждение исходный текст
Ответы Re: statement level triggers in PostgreSQL , anybody??  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hi,
     I am a bit troubled with the row-level triggers which PostgreSQL
uses when using update table cpmmand.
     For instance, if the primary key column has values 1,2,3,... and
i want to update the whole column as column = colunm + 1 , then there
is an error. This obviously works on databases such as mssql which has
row level triggers.
     Any suggestions so that i do not have to modify the query and
still make it work in the postgresql database ??

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

Предыдущее
От: "NTPT"
Дата:
Сообщение: FTP daemon that support Postgresql
Следующее
От: "Hale"
Дата:
Сообщение: connecting to an external postgresql db