Re: BUG #16702: inline code and function : when use dynamic name for rowtype, there is some bug!

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #16702: inline code and function : when use dynamic name for rowtype, there is some bug!
Дата
Msg-id CAKFQuwb66ajp6rTk8hJc+jiaQM08321+RkEkwnuc8o290CAtjA@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #16702: inline code and function : when use dynamic name for rowtype, there is some bug!  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re:Re: BUG #16702: inline code and function : when use dynamic name for rowtype, there is some bug!  (德哥 <digoal@126.com>)
Список pgsql-bugs
On Wednesday, November 4, 2020, PG Bug reporting form <noreply@postgresql.org> wrote:
The following bug has been logged on the website:

Bug reference:      16702
Logged by:          Zhou Digoal
Email address:      digoal@126.com
PostgreSQL version: 12.4
Operating system:   CentOS 7.7 x64
Description:       

postgresql 12, when i use dynamic name for rowtype, there is some bug!

  b y%rowtype; 


Rowtype gets attached to an identifier, which must also be a relation.  In PostgreSQL, identifiers cannot be variable.

David J.
 

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

Предыдущее
От: Wolfgang Walther
Дата:
Сообщение: Re: Wrong result for comparing ROW(...) with IS NOT NULL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16703: pg-dump fails to process recursive view definition