I work with  an  existing database containing capital letter in column name.
When i want to view data from conextual meny, it always send an error :
i.e.:
ERROR: column "idmunicipaliteexterne" does not exist
LINE 2: ORDER BY idMunicipaliteExterne
                 ^
********** Error **********
ERROR: column "idmunicipaliteexterne" does not exist
SQL state: 42703
Character: 56


It seems that pgadmin don't add the double quote in the ORDER BY clause when 
the column name has capital letters.

PGadmin 4 beta 3
Postgresql 9.1
Ubuntu server 12.04


Thanks
Marc

Reply via email to