relation does not exist

From: eric cartman <panefsky(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: relation does not exist
Date: 2006-02-21 19:17:03
Message-ID: 20060221191703.26450.qmail@web60321.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello to everyone,

I have a small problem using PostgreSQL.
The problem is that I create a database and some tables through ant and an .sql file.
Then by using DatabaseMetaData class and method getTables(..)I can make a list of the newly created tables, implying that everything worked fine.

But when I am trying to Insert values into tables, i get the message 'relation <name> does not exist'.

How can this be possible?


Thank you all in advance.

T.Panos


---------------------------------
Brings words and photos together (easily) with
PhotoMail - it's free and works with Yahoo! Mail.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lewis 2006-02-21 19:29:34 Re: relation does not exist
Previous Message Kris Jurka 2006-02-21 17:16:24 Re: getPrimaryKeys