Re: trouble with table creation - Mailing list pgsql-admin

From Tom Lane
Subject Re: trouble with table creation
Date
Msg-id 25461.996535075@sss.pgh.pa.us
Whole thread Raw
In response to trouble with table creation  (pmiranda@vm.com.br)
List pgsql-admin
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

pgsql-admin by date:

Previous
From: pmiranda@vm.com.br
Date:
Subject: trouble with table creation
Next
From: Stephan Szabo
Date:
Subject: Re: trouble with table creation