From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Hemapriya <priyam_1121(at)yahoo(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: View Different Schemas |
Date: | 2004-09-24 21:35:01 |
Message-ID: | 41549305.1070808@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hemapriya wrote:
>Hi,
>
>Can anyone tell me how to view the different schemas
>in a database. I have created a schema and some tables
>in it. Also I have altered the search_path to add the
>new schema.. but still /dt doesn't give me the new
>schema and its tables.
>
>
you can do set search_path=schema;
\d
>Any help?
>
>Thanks
>Priya
>
>
>
>
>__________________________________
>Do you Yahoo!?
>New and Improved Yahoo! Mail - 100MB free storage!
>http://promotions.yahoo.com/new_mail
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Kris Kiger | 2004-09-24 21:59:10 | Re: tsearch2 poor performance |
Previous Message | Hemapriya | 2004-09-24 21:31:58 | View Different Schemas |