Re: SQL Command - To List Tables ?

From: Carmen Gloria Sepulveda Dedes <csepulveda(at)atichile(dot)com>
To:
Cc: "\"PostgreSQL [GENERAL] \" List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL Command - To List Tables ?
Date: 2003-08-27 13:17:01
Message-ID: 3F4CAF4D.DE23478E@atichile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello. I type \dt as user postgres, but it show only the tables within
public schema. I need to know all tables (like v$_ or dba_ or user_
in oracle). How I do that?
Thanks.

Robby Russell wrote:

> Peter Moscatt wrote:
> >Is there a SQL command I can issue which will list all the TABLES within
> >a database ?
>
> Well, when you are the postgres commandline client, you can type
> # \dt
>
> That will show all the tables in your current database.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-08-27 13:21:34 Re: Postgresql for Solaris on Sparc
Previous Message Bruno Wolff III 2003-08-27 13:09:16 Re: SQL Command - To List Tables ?