Mitch Collinsworth <mitch(at)ccmr(dot)cornell(dot)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