Re: [HACKERS] default lower case of identifier

2006-07-26 Thread Qingqing Zhou
""jkzhao"" <[EMAIL PROTECTED]> wrote > > But, create user "HU" then connect PostgreSQL by HU is wrong. > If you do postgres=# create user "HU"; You will get the "HU" as you want. Usage of the quotation marks is in the manual. > > I'd like to know whether I can make PostgreSQL stands to

[HACKERS] default lower case of identifier

2006-07-26 Thread jkzhao
Dear hackers,       I am migrating an application program from Oracle to PostgreSQL, but one problem blocks me.       According to SQL92 standard, in Oracle, identifiers that are not double quoted are changed to upper case.       But, in PostgreSQL, identifiers that are not double quoted are