Re: relation problem

From: David Merrill <david(at)lupercalia(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: relation problem
Date: 2001-03-14 18:13:43
Message-ID: 20010314131343.A14598@lupercalia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, Mar 14, 2001 at 11:55:04AM -0600, Dax Duskin wrote:
> Hi everybody:
>
> I created a table using pgaccess and put some sample data in it. When I went to
> run a query on it psql I found that there was no relation. "Relation does not
> exist." It looks like I completely lost my table. I'm just glad it wasn't real
> data. I also tried running a perl script with a query to the table and it
> returned an error.
>
> Any ideas as to what is going on?

Sounds like maybe you are not in the same database. Did you check to
see if you accidentally created the table in a different database than
you intended?

--
Dr. David C. Merrill http://www.lupercalia.net
Linux Documentation Project david(at)lupercalia(dot)net
Collection Editor & Coordinator http://www.linuxdoc.org
Finger me for my public key

No directory.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Louis Bertrand 2001-03-14 18:17:57 Re: relation problem
Previous Message Dax Duskin 2001-03-14 17:55:26 relation problem