Re: when does CREATE VIEW not create a view?

From: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
To: malcontent(at)msgto(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: when does CREATE VIEW not create a view?
Date: 2000-08-28 15:26:13
Message-ID: 200008281526.JAA08126@biology.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> 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 to truncate 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-28 15:39:53 Re: SQL COPY syntax extension (was: Performance on inserts)
Previous Message Brook Milligan 2000-08-28 15:24:00 Re: Re: Too many open files (was Re: spinlock problems reported earlier)

Browse pgsql-patches by date

  From Date Subject
Next Message Alex Kapranoff 2000-08-28 18:19:23 Re: Unbreak plperl building
Previous Message Ross J. Reedstrom 2000-08-28 15:21:16 Re: when does CREATE VIEW not create a view?