Probably a stupid question

From: "Giorgio Ponza" <g(dot)ponza(at)opla(dot)it>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Probably a stupid question
Date: 2003-06-27 07:37:19
Message-ID: 043501c33c7e$f097c550$ae4990d5@pcguru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all, and tx for all the help you give to the community
I have a question, really stupid, but i'd like to understand the postgres
behavior.
I installed dbmirror, and there is a file script creating a table, something
like this:
CREATE TABLE "MirrorHosts" ..... etc etc

Ok, no prob with the syntax (3 years i use postgreSQL), but when i use psql
i have this problems:
1) the command \d MirrorHosts doesn't work (table MirrorHost not found),
i have to use \d "MirrorHosts"
2) when i do SELECT * FROM MirrorHosts; (the same prob)
i have to use "MirrorHosts"

I'd like to know if there is a way to bypass this problem.
Tx in advance and ..... PostgreSQL is really GREAT!

Giorgio Ponza

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Giorgio Ponza 2003-06-27 07:39:43 Probably a stupid question
Previous Message Josh Berkus 2003-06-27 04:28:56 Re: last id