Did you create the table as "tabCliente"? If so,
you need to always refer to it in the double quotes.
Normally the names are lowercased (note the error
message says 'tabcliente') but if you place it
in double quotes it keeps the case.
On Mon, 30 Jul 2001 [EMAIL PROTECTED] wrote:
> Hi, fellows!
[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 some