Re: trouble with table creation

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trouble with table creation
Дата
Msg-id 25461.996535075@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trouble with table creation  (pmiranda@vm.com.br)
Список 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 по дате отправления:

Предыдущее
От: pmiranda@vm.com.br
Дата:
Сообщение: trouble with table creation
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: trouble with table creation