|
|
Sponsor |
Re: Case sensitive: msg#00056db.postgresql.odbc
Przemysław Słupkowski wrote: Hi The SQL standard dictates that unquoted identifiers have their case folded to upper case. Postgresql ignores this altogether under the claim that "uppercase is ugly". PostgreSQL folds unquoted identifiers to lowercase. If you are not converting from a different database, this should not matter to you. In order to call upper case functions, or upper case tables for that matter, you have to quote them. Thus, instead of saying Select * from TABLE You need to do select * from "TABLE" This will allow you to call uppercase identifiers. -- Shachar Shemesh Lingnu Open Systems Consulting http://www.lingnu.com/ ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Case sensitive, Przemysław Słupkowski |
|---|---|
| Next by Date: | Re: Some problems with Access and ODBC to PostgreSQL, Richard Huxton |
| Previous by Thread: | Case sensitive, Przemysław Słupkowski |
| Next by Thread: | Data Access Error, Nick Texidor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |
Home | sitemap
| advertise | OSDir is
an inevitable website.
|