From: | Thomas Lockhart <lockhart(at)fourpalms(dot)org> |
---|---|
To: | jacobpage(at)hotmail(dot)com, pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Bug #660: View name not stored in lowercase |
Date: | 2002-05-08 03:55:17 |
Message-ID: | 3CD8A1A5.4616940D@fourpalms.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
> Unfortunately, I don't know the commands PGAccess executes to generate this problem, but obviously PostgreSQL lets capital letters escape its attention when adding to the catalog.
This doesn't help you much, but fwiw it is likely that pgAccess used
double-quotes when creating the view, but is not double-quoting the name
of the view when issuing the subsequent query.
- Thomas
From | Date | Subject | |
---|---|---|---|
Next Message | Enke, Michael | 2002-05-08 09:15:07 | Re: Bug #659: lower()/upper() bug on ->multibyte<- DB |
Previous Message | pgsql-bugs | 2002-05-08 03:52:27 | Bug #661: Update to previous bug report |