[EMAIL PROTECTED] 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to