Re: rules over multiple tables

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: rules over multiple tables
Дата
Msg-id web-835345@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на rules over multiple tables  (Daniel Grob <dgrob@gmx.net>)
Список pgsql-novice
Daniel,

> I'm new to Postgresql (using Postgresql 7.1.3) and I want to create
>  rules.

Upgrade to 7.2 when you can.  The improvements are worth it.

> I tried update and delete whit that syntax but it dosn't work ERROR:
> parser: parse error at or near "(".
>
> Does anyone know the solution for my problem?

Please post full schema for the problem (i.e. both table definitions,
 the view definition, and the rules).  This should work; likely it's
 just a punctuation problem.

-Josh Berkus

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

Предыдущее
От: "Travis Hoyt"
Дата:
Сообщение: switching between insert and update
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: What is object-relational?