Re: trouble with table creation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pmiranda(at)vm(dot)com(dot)br
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: trouble with table creation
Date: 2001-07-30 23:17:55
Message-ID: 25461.996535075@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

pmiranda(at)vm(dot)com(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message C. Bensend 2001-07-31 01:22:09 Getting started in a hosting environment.
Previous Message Stephan Szabo 2001-07-30 23:07:44 Re: trouble with table creation