| От | Preston Landers |
|---|---|
| Тема | Re: pg_dump using SQL |
| Дата | |
| Msg-id | 20080319202412.GJ25994@journyx.com обсуждение |
| Ответ на | pg_dump using SQL ("Yusnel Rojas García" <onemoverx@gmail.com>) |
| Список | pgsql-sql |
Yusnel Rojas Garc?a(onemoverx@gmail.com)@2008.03.18 11:45:03 -0800: > Hi everyone > > Is there any way to do what pg_dump does?, I mean, get the structure of a > table in a database (ex: CREATE TABLE ...) > If you want to programmaticly discover the elements in a database schema then you can always query the INFORMATION_SCHEMA: http://www.postgresql.org/docs/current/static/information-schema.html That isn't the same as having the raw DLL statements that created them, but depending on your purpose may be good enough. regards, Preston
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера