| От | Doug McNaught |
|---|---|
| Тема | Re: Viewing Database Scheme |
| Дата | |
| Msg-id | 87vew4b49b.fsf@asmodeus.mcnaught.org обсуждение исходный текст |
| Ответ на | Viewing Database Scheme (Rich Shepard <rshepard@appl-ecosys.com>) |
| Ответы |
Re: Viewing Database Scheme
|
| Список | pgsql-general |
Rich Shepard <rshepard@appl-ecosys.com> writes: > When installing the application I specified the database name as 'contacts' > (not very innovative or clever, but descriptive). When I open the database > with 'psql contacts' and ask to have the tables dumped (with \d), they go > streaming by on the display. Of course, the bash 'tee' or 'less' commands > don't work to allow me to capture the stream to a file or page through the > output. You can either use 'pg_dump --schema-only' as another poster suggested, or use the '\o' command in psql. -Doug
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера