listing relations - Mailing list pgsql-general

From Brandon Metcalf
Subject listing relations
Date
Msg-id Pine.LNX.4.58L.0906111500040.11099@cedar.geronimoalloys.com
Whole thread Raw
Responses Re: listing relations
List pgsql-general
Something interesting I've noticed.  If I have a table by the same
name in two different schemas, say public and foo, and my search path
is set to 'public, foo', \d without an argument lists only the one in
public.

I see why from the SQL that \d generates, but just wondering why \d
doesn't generate SQL to list both.

--
Brandon

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [sfpug] "Rails and PostgreSQL" now up on media.postgresql.org
Next
From: Russ Brown
Date:
Subject: Re: When to use cascading deletes?