Re: Schemas not available for pl/pgsql %TYPE....

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schemas not available for pl/pgsql %TYPE....
Дата
Msg-id 24075.1031186872@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Schemas not available for pl/pgsql %TYPE....  (Sean Chittenden <sean@chittenden.org>)
Ответы Re: Schemas not available for pl/pgsql %TYPE....  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Schemas not available for pl/pgsql %TYPE....  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-bugs
Sean Chittenden <sean@chittenden.org> writes:
> ::sigh:: Is it me or does it look like all
> of pl/pgsql is schema un-aware (ie, all of the declarations).  -sc

Yeah.  The group of routines parse_word, parse_dblword, etc that are
called by the lexer certainly all need work.  There are some
definitional issues to think about, too --- plpgsql presently relies on
the number of names to give it some idea of what to look for, and those
rules are probably all toast now.  Please come up with a sketch of what
you think the behavior should be before you start hacking code.

            regards, tom lane

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

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: Re: Schemas not available for pl/pgsql %TYPE....
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Schemas not available for pl/pgsql %TYPE....