Probably a stupid question

From: "Giorgio Ponza" <giorgio(at)opla(dot)it>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Probably a stupid question
Date: 2003-06-27 07:39:43
Message-ID: 045d01c33c7f$4676a680$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

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message christoph.dellavalle 2003-06-27 08:13:59 missing postmaster.conf
Previous Message Giorgio Ponza 2003-06-27 07:37:19 Probably a stupid question