Re: Cursor

Поиск
Список
Период
Сортировка
От aklaver@comcast.net (Adrian Klaver)
Тема Re: Cursor
Дата
Msg-id 072920082203.25172.488F93A6000CEF2F0000625422007601809D0A900E04050E@comcast.net
обсуждение исходный текст
Ответ на Cursor  ("Bob Pawley" <rjpawley@shaw.ca>)
Список pgsql-general
 -------------- Original message ----------------------
From: Tom Lane <tgl@sss.pgh.pa.us>
> "Bob Pawley" <rjpawley@shaw.ca> writes:
> > Following is more complete. The balance of the trigger that is not shown
> > works when tested separately. I didn't include it because it is quite long.
>
> Hmm, I still don't see anything that looks like a syntax error, but
> I'll bet this is a name collision rather than the effect you want:
>
> >  DECLARE
> >  process_total integer ;
> >  process_id integer ;
>    ^^^^^^^^^^
> >  procgraphic cursor for select process_id from p_id.p_id, processes_count
>                                  ^^^^^^^^^^
> >    where p_id.p_id.p_id_id = processes_count.p_id_id;
                   ^^^^^^^^^^

Just to clarify is this supposed to be schema p_id,table p_id,column p_id_id?

>
> You probably ought to qualify the column reference in the cursor.
>
>             regards, tom lane
>


--
Adrian Klaver
aklaver@comcast.net


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

Предыдущее
От: "David Wilson"
Дата:
Сообщение: Re: Cursor
Следующее
От: "Bob Pawley"
Дата:
Сообщение: Re: Cursor