Re: [GENERAL] Invisible tables

2000-04-16 Thread Mike Mascari
Webb Sprague wrote: > > Hello all, > > In my quest to learn PG and SQL programming, I have > created tables in a database "foo". I am able to > insert, select, etc just fine, but when I use "\dt" to > show them they don't appear. They ARE listed in the > system table "pg_tables", however. This

[GENERAL] Invisible tables

2000-04-16 Thread Webb Sprague
Hello all, In my quest to learn PG and SQL programming, I have created tables in a database "foo". I am able to insert, select, etc just fine, but when I use "\dt" to show them they don't appear. They ARE listed in the system table "pg_tables", however. I have also tried to createdb "test1" aft