Bug #661: Update to previous bug report - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #661: Update to previous bug report
Date
Msg-id 20020508035227.7AD4847583B@postgresql.org
Whole thread Raw
Responses Re: Bug #661: Update to previous bug report
List pgsql-bugs
Jacob (jacobpage@hotmail.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Update to previous bug report

Long Description
I discovered that PGAccess created the view by directly manipulating the pg_class system table.  I was able to remove
theview with "DELETE FROM pg_class WHERE relname = 'AlbumList';."  Perhaps constraints should be placed on the system
tablesto disallow invalid data.  (Or perhaps I can stop using beta tools :) 

Sample Code


No file was uploaded with this report

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #660: View name not stored in lowercase
Next
From: Thomas Lockhart
Date:
Subject: Re: Bug #660: View name not stored in lowercase