Looking for a command to list schemas

From: "Cosmopo" <tempo(at)marquo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Looking for a command to list schemas
Date: 2005-10-25 18:25:22
Message-ID: 1130264722.823824.125220@g44g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

We are presently experimenting with Postgresql schemas... We used basic
commands like \d to list info from all tables/sequence/owner in a
db... The schema info was always "public" since we never created one...

In version 7.3.4 and with a test db where schemas were created, the
same \d does not show the schema of each table... the \dp doesn't help
width the privileges...

It seems that once we created the schema and created a table with this
schema, if we forget about it, the is no way to list the schema or to
have the tables/sequence with it's associated schema...

Can someone tell us how we can get this important info?
Thanks!
--
Mark

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2005-10-25 18:42:12 alt+F not working after calling pg_dump
Previous Message Troy 2005-10-25 18:19:40 Need help with INOUT mis-understanding