Re: Bug #660: View name not stored in lowercase - Mailing list pgsql-bugs

From Thomas Lockhart
Subject Re: Bug #660: View name not stored in lowercase
Date
Msg-id 3CD8A1A5.4616940D@fourpalms.org
Whole thread Raw
In response to Bug #660: View name not stored in lowercase  (pgsql-bugs@postgresql.org)
List pgsql-bugs
> Unfortunately, I don't know the commands PGAccess executes to generate this problem, but obviously PostgreSQL lets
capitalletters 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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #661: Update to previous bug report
Next
From: Tatsuo Ishii
Date:
Subject: Re: Bug #659: lower()/upper() bug on ->multibyte<- DB