RV: Tables Question

From: "Rafa Couto" <rcouto(at)pascualsilva(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <e411(at)altavista(dot)com>
Subject: RV: Tables Question
Date: 2000-08-17 11:21:46
Message-ID: 014601c0083d$549d5c00$8802a8c0@ct.priv
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> How can I retrieve the "names" of all the tables in my database ?

In Postgres 7:

From psql: \dt
or \d for all objects

From SQL:
select * from pg_tables where tablename not like 'pg_%';

Browse pgsql-general by date

  From Date Subject
Next Message ind 2000-08-17 11:52:25 serialization
Previous Message Patrick Welche 2000-08-17 10:46:56 Re: Regression Tests