\d output to a file - Mailing list pgsql-novice

From sarlav kumar
Subject \d output to a file
Date
Msg-id 20041215143822.37534.qmail@web51304.mail.yahoo.com
Whole thread Raw
Responses Re: [despammed] \d output to a file  (Andreas Kretschmer <akretschmer@despammed.com>)
Re: \d output to a file  (Geoffrey <esoteric@3times25.net>)
Re: [PERFORM] \d output to a file  (Gary Cowell <gary.cowell@gmail.com>)
Re: [PERFORM] \d output to a file  (Grega Bremec <gregab@p0f.net>)
List pgsql-novice
Hi All,
 
I would like to write the output of the \d command on all tables in a database to an output file. There are more than 200 tables in the database. I am aware of \o command to write the output to a file. But, it will be tough to do the \d for each table manually and write the output to a file. Is there a command/ way in which I can achieve this without having to do it for each table?
Any help in this regard would be really appreciated.
 
Thanks,
Saranya

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-novice by date:

Previous
From: Kjetil Haaland
Date:
Subject: Re: function returning a row
Next
From: Andreas Kretschmer
Date:
Subject: Re: [despammed] \d output to a file