RE: [GENERAL] Newbie Questions, PostgreSQL

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема RE: [GENERAL] Newbie Questions, PostgreSQL
Дата
Msg-id Pine.BSF.4.05.9810160822340.4514-100000@hub.org
обсуждение исходный текст
Ответ на RE: [GENERAL] Newbie Questions, PostgreSQL  ("Taral" <taral@mail.utexas.edu>)
Список pgsql-general
On Thu, 15 Oct 1998, Taral wrote:

> >  1.What is wrong with the following PostgreSQL statement?
> >
> >  CREATE RULE r1 AS ON INSERT TO TBL1 DO [INSERT INTO TBL2 values
> > (new.i);
> > NOTIFY TBL2];
> >
> >         I got the following error messages following its execution:
> >
> >         ERROR: parser: parse error at pr near ""
> >         ERROR: parser: parse error at pr near "]"
>
> You want " and ", not [ and ]. And you will need to specify LANGUAGE "SQL"
> as well, I think.

And, up until v6.4 (to be released), I *thought* that rules were actually
broken...

Marc G. Fournier                               scrappy@hub.org
Systems Administrator @ hub.org
scrappy@{postgresql|isc}.org                       ICQ#7615664


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [GENERAL] Upgrading 6.3.1->6.3.2
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [GENERAL] v6.4-BETA2 Compile error