Re: JDBC - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: JDBC
Date
Msg-id 22547.1528663246@sss.pgh.pa.us
Whole thread Raw
In response to Re: JDBC  (Chuck Davis <cjgunzel@gmail.com>)
Responses Re: JDBC
List pgsql-jdbc
Chuck Davis <cjgunzel@gmail.com> writes:
> I created a new, empty database and I want to test whether a table
> exists or not.

Are you sure the DB is in fact empty?

> The only thing I can think of is that the information_schema is
> actually for the cluster.

It is not.

> I have other databases in the cluster that
> do have an entities table.

I'm betting that you created such a table in template1, so that it's
getting cloned into new databases by CREATE DATABASE.

            regards, tom lane


pgsql-jdbc by date:

Previous
From: Chuck Davis
Date:
Subject: Re: JDBC
Next
From: "David G. Johnston"
Date:
Subject: Re: JDBC