Probably a stupid question - Mailing list pgsql-novice

From Giorgio Ponza
Subject Probably a stupid question
Date
Msg-id 045d01c33c7f$4676a680$ae4990d5@pcguru
Whole thread Raw
Responses Re: Probably a stupid question  (greg@turnstep.com)
List 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



pgsql-novice by date:

Previous
From: Josh Berkus
Date:
Subject: Re: last id
Next
From: christoph.dellavalle@goetheanum.ch
Date:
Subject: missing postmaster.conf