| От | Gary Cowell |
|---|---|
| Тема | Re: [PERFORM] \d output to a file |
| Дата | |
| Msg-id | e5305258041215071242b95d2d@mail.gmail.com обсуждение исходный текст |
| Ответ на | \d output to a file (sarlav kumar <sarlavk@yahoo.com>) |
| Список | pgsql-novice |
On Wed, 15 Dec 2004 06:38:22 -0800 (PST), sarlav kumar <sarlavk@yahoo.com> wrote: > 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 > > Try something like: psql -c "\d *" >listing.txt
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера