Database - Table browing problem. - Mailing list pgsql-cygwin

From Anil Jangam
Subject Database - Table browing problem.
Date
Msg-id F73B646FCC01D5118F530002B32C337263B247@INDTS_FS
Whole thread Raw
List pgsql-cygwin
Hi,

I have successfully created a user (createuser command) and the database
(using createdb command). Now when I create a table either by using the
create table commnd or through pgAdmin interface, its creating the table
succesfully.. but when I try to see the contents of the table i.e. select *
from <table name>; it gives the error message,

        "ERROR:  Relation '<table name>' does not exist

What could be the problem?? I couldn't resolve it.

-regards,
anil.

pgsql-cygwin by date:

Previous
From: "Carsten Piepel"
Date:
Subject: Re: backend closed the channel unexpectedly
Next
From: Dave Page
Date:
Subject: Re: Database - Table browing problem.