Re: when does CREATE VIEW not create a view? - Mailing list pgsql-hackers

From Brook Milligan
Subject Re: when does CREATE VIEW not create a view?
Date
Msg-id 200008281526.JAA08126@biology.nmsu.edu
Whole thread Raw
In response to Re: when does CREATE VIEW not create a view?  (Malcontent <malcontent@msgto.com>)
List 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 by date:

Previous
From: "Ross J. Reedstrom"
Date:
Subject: Re: when does CREATE VIEW not create a view?
Next
From: Brook Milligan
Date:
Subject: Re: Re: Too many open files (was Re: spinlock problems reported earlier)