Re: [HACKERS] feature request... case sensitivity without double quotes

2004-01-18 Thread Peter Eisentraut
Pete wrote: > I am aware that if you enclose those table and column names with " > then postgresql will take the case into consideration. Only problem > is most people who have current MySQL project have not written their > statements with " (MySQL parser uses no quotes of the ` back tick) > and it

Re: [HACKERS] feature request... case sensitivity without double quotes

2004-01-18 Thread Kurt Roeckx
On Thu, Jan 15, 2004 at 10:02:34PM -0500, Pete wrote: > Hi, > > I'm not sure if this is the correct place to make a feature request. If > not hopefully I can be kindly pointed in that direction. > > I have several project that use MySQL and I would like to port them to > PostgreSQL unfortunatel