Re: [GENERAL] Seeing tables with the same name on different schemas

2012-09-14 Thread raghavendra . rao
How about using this way ? \dt *.* Or \dt schemaname.* --Raghav Sent from my BlackBerry® smartphone from !DEA -Original Message- From: Robert Sosinski Sender: pgsql-general-owner@postgresql.orgDate: Fri, 14 Sep 2012 08:47:54 To: Subject: [GENERAL] Seeing tables with the same name

[GENERAL] Seeing tables with the same name on different schemas

2012-09-14 Thread Robert Sosinski
Hey Everyone, Question, I have multiple schemas on a database, and these schemas sometimes have the tables of the same name. However, when I do \d to see what tables I have, I only see the first table (based on the order of the search path), but no the other tables that have the same name on