not tables found on PostgreSQL 6.5

From: Sascha(dot)Kettler(at)team17(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: not tables found on PostgreSQL 6.5
Date: 1999-07-13 10:45:40
Message-ID: E11406e-0002hz-00@hell.team17.com.
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Your name: Sascha Kettler
Your email address: skettler(at)team17(dot)com

System Configuration
---------------------
Architecture (example: Intel Pentium) :
Intel Pentium III-450

Operating System (example: Linux 2.0.26 ELF) :
Linux 2.2.10 ELF

PostgreSQL version (example: PostgreSQL-6.5) :
PostgreSQL-6.5

Compiler used (example: gcc 2.8.0) :
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Please enter a FULL description of your problem:
------------------------------------------------
psql and pg_dump[all] don't find any tables

Please describe a way to repeat the problem. Please try to
provide aconcise reproducible example, if at all possible:
----------------------------------------------------------------------
$ createdb test
$ psql test
test=> create table test (
test-> sid varchar(32),
test-> name varchar(32));
CREATE
test=> \q
$ psql test
test=> select * from test;
sid|name
---+----
(0 rows)

test=> \d
Couldn't find any tables, sequences or indices!
test=> \d test

Table = test
+----------------------------------+----------------------------------+-------+
| Field | Type | Length|
+----------------------------------+----------------------------------+-------+
| sid | varchar() | 32 |
| name | varchar() | 32 |
+----------------------------------+----------------------------------+-------+
test=> \q

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------

Browse pgsql-bugs by date

  From Date Subject
Next Message Hrabcak Rado 1999-07-14 08:47:20 Pg.pm problem
Previous Message Bruce Momjian 1999-07-12 17:31:48 Re: [BUGS] General Bug Report: INSTALL and regression notest