Without schemas

From: Félix Sánchez Rodríguez <fesanch(at)ciego(dot)cult(dot)cu>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Without schemas
Date: 2009-04-01 16:21:40
Message-ID: 003801c9b2e5$f1859c10$3000a8c0@atenea
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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??

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Félix Sánchez Rodríguez 2009-04-01 19:40:08 Re: [?? Probable Spam] Re: Without schemas
Previous Message Tom Lane 2009-04-01 16:05:43 Re: backing up a PostGRES DB