From: | John Mulkerin <jmulkerin(at)comcast(dot)net> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Intermittent Empty return |
Date: | 2007-09-22 20:31:56 |
Message-ID: | 46F57BBC.8070008@comcast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
I'm new to Postgres. I'm trying to select data from my survey_results
table. My server is running Postgres 7.3.4. I log in as root (its
RH), then
psql database_name. Its says "Welcome..... ". I then type "SELECT *
from survey_results" and hit enter. Nothing! It just goes back to the
database_name prompt.
Its like there is no data in the table and I know its there. I can see
it in the Cold Fusion admin screen and I've seen it before in sql. \du
reflects root being a superuser.\dp survey_results says root has arwdRxt
access privileges. It just seems that 95% of time I get nothing back.
Even if I type "SELECT * from trash", It returns nothing and I can't
find any table called trash.
I've searched the list archives but haven't found any solution to my
problem.
Can anyone suggest a fix?
John
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-22 20:41:12 | Re: Intermittent Empty return |
Previous Message | Richard Broersma Jr | 2007-09-21 23:33:06 | Re: Many databases |