Postgresql casesensitive

i can’t understand how use posgresql with openfire

the script in resource/database dir is wrote with camelcased names, but using it without double-quotes create lowercase names

it works but is a bit confusing

i’ve made a test creating the tables with camelcased names and seems that openfire can’t do any SELECET although it can do any INSERT or DELETE

which one is the correct way?

Paolo Chiodi