Tables Exported to Postgres has headers in Capital Letters

1. What is the problem? Be very detailed.
After exporting my data into Postgres all the column names and table names are in capital letter.
2. What app or server are you using and on what device and operating system? Include version numbers.
using windows 10, pgAdmin 4 and ODK Aggregate server
3. What you have you tried to fix the problem?
recode the xml form and uploaded it again
4. What steps can we take to reproduce the problem?
connect your aggegate to your postgres and download the data on the aggregate server
5. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.

Welcome on the OpenDataKit forum @Owura_Effah_Ampem. Don't hesitate to take some time to introduce yourself here : Introduce yourself here!

What you describe is not a bug. All column names are created in uppercase. So you have to use double quote to query your data.

Thank you for the solution @mathieubossaert

Please I want to know why does it do that.
I have come to realized that working with quotes in Postgres is difficult.

I don't know why but I think it have to deal with compatibility with different data storage supported by Aggregate...
By the way it is not so hard to turn around, just have to keep in mind to use double quotes...
Or create views with ubqutted (lowercase) aliases.