Mitch Collinsworth <mitch@ccmr.cornell.edu> wrote:
> postgres=# create database coral;
> CREATE DATABASE
> postgres=# \c coral
> You are now connected to database "coral".
> coral=# \dt *.*
> (115 rows)
Do these tables exist in your template1 database?
-Kevin