Re: [GENERAL] PostgreDB stores table name is lower case

2016-11-25 Thread Tom Lane
"=?gb18030?B?zfWyqA==?=" <853372...@qq.com> writes: > Now, I have a problem, the table name is stored in lower case , but i > want to change it into upper case. Can i have a simple method? Such as > modify a parameter. No. We have looked into making that configurable, and the conclusio

Re: [GENERAL] PostgreDB stores table name is lower case

2016-11-25 Thread Adrian Klaver
On 11/23/2016 11:52 PM, wrote: > Hello ?? > > I'am a Postgre fan. > Now, I have a problem, the table name is stored in lower case , > but i want to change it into upper case. Can i have a simple method? > Such as modify a parameter. https://www.postgresql.org/docs/9.5

Re: [GENERAL] PostgreDB stores table name is lower case

2016-11-25 Thread Gavin Flower
On 24/11/16 20:52, wrote: Hello ?? I'am a Postgre fan. Now, I have a problem, the table name is stored in lower case , but i want to change it into upper case. Can i have a simple method? Such as modify a parameter. Thank you! Why? I can't see any practical