From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #661: Update to previous bug report |
Date: | 2002-05-08 03:52:27 |
Message-ID: | 20020508035227.7AD4847583B@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Jacob (jacobpage(at)hotmail(dot)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 the view with "DELETE FROM pg_class WHERE relname = 'AlbumList';." Perhaps constraints should be placed on the system tables to disallow invalid data. (Or perhaps I can stop using beta tools :)
Sample Code
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2002-05-08 03:55:17 | Re: Bug #660: View name not stored in lowercase |
Previous Message | pgsql-bugs | 2002-05-08 03:39:02 | Bug #660: View name not stored in lowercase |