On 21 April 2010 22:26, Tom Lane <t...@sss.pgh.pa.us> wrote: > Thom Brown <thombr...@gmail.com> writes: > > This may sound like a stupid question, but how do you list all tables in > all > > schemas in psql? > > \dt *.* > > regards, tom lane >
Ah, yes, thanks Tom. That's exactly what I was trying to find. Thom