pmiranda@vm.com.br writes:
> I'm getting crazy with a stupid question. I have just created a Database
> using pgadmin.exe, then I've created a table named "tabCliente"
If you want to use mixed-case table names, you have to be careful to
*always* double-quote the names. You cannot quote them sometimes and
not other times, because when you don't quote 'em, they're folded to
lower case.
regards, tom lane