Re: when does CREATE VIEW not create a view?

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема Re: when does CREATE VIEW not create a view?
Дата
Msg-id 200008281526.JAA08126@biology.nmsu.edu
обсуждение исходный текст
Ответ на Re: when does CREATE VIEW not create a view?  (Malcontent <malcontent@msgto.com>)
Список pgsql-hackers
>    Here's a patch that silently truncates the generated rule name.
  What are the consequences of changing the NAMEDATALEN and recompiling?  Doesn't that seem like a better solution then
totruncate the view name? 
 

All names are truncated.  The bug arises from the fact that view names
were being incorrectly truncated by not taking into account the extra
characters added to enforce the automatic "on select" rule.  The point
is to make the truncation rules internally consistent.

Cheers,
Brook


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: when does CREATE VIEW not create a view?
Следующее
От: Brook Milligan
Дата:
Сообщение: Re: Re: Too many open files (was Re: spinlock problems reported earlier)