Probably a stupid question - Mailing list pgsql-novice

From Giorgio Ponza
Subject Probably a stupid question
Date
Msg-id 043501c33c7e$f097c550$ae4990d5@pcguru
Whole thread Raw
In response to Best Practice??  (phil campaigne <pcampaigne@charter.net>)
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: Nabil Sayegh
Date:
Subject: Re: Address Table
Next
From: Nabil Sayegh
Date:
Subject: ERROR: tuplestore_gettuple: invalid state