Re: schemas in 7.3b1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris <pggeneral(at)designmagick(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: schemas in 7.3b1
Date: 2002-10-03 15:56:50
Message-ID: 5063.1033660610@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris <pggeneral(at)designmagick(dot)com> writes:
> Is there an easy way to get a list of schemas in a database?
> I found the pg_namespace table, but that doesn't tell me what database
> has a particular schema.

Yours. pg_namespace is local to a database, same as most other
system catalogs.

We had meant to add a \d command for listing schemas in psql, but
both \ds and \dS are taken already :-(. Any ideas out there for
a reasonable choice?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-10-03 15:57:23 Re: Anyone want to assist with the translation of the
Previous Message Shridhar Daithankar 2002-10-03 15:56:43 Re: Large databases, performance