Without schemas

Поиск
Список
Период
Сортировка
От Félix Sánchez Rodríguez
Тема Without schemas
Дата
Msg-id 003801c9b2e5$f1859c10$3000a8c0@atenea
обсуждение исходный текст
Ответы Re: Without schemas  ("Daniel J. Summers" <daniel@djs-consulting.com>)
Re: Without schemas  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-admin
I made a mistake and sent my post personally to Chander Ganesan, here it is:
 
 
Have you used PHP with PostgreSQL?? (Especifically the Doctrine
Framework??). Because my question arises from the fact that I've had
problems when rying to use Doctrine with a PostgreSQL database and I thought
that the reason could be the lack of the schema name. However, according to
your answer, it is not necessary to put the schema name before the table's
(when it comes to the public schema). I'm trying some code right now and
I've figured out that it's not the same to use 'SELECT NICK FROM USUARIOS'
vs. 'SELECT "Nick" from "Usuarios"', it only works the second way. So, my
problem could have something to do with it??

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tino Schwarze
Дата:
Сообщение: Re: Vacuum Full
Следующее
От: "Daniel J. Summers"
Дата:
Сообщение: Re: Without schemas