Re: Dumping table definitions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dumping table definitions
Дата
Msg-id 13034.1121705807@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dumping table definitions  ("Mark Fenbers" <Mark.Fenbers@noaa.gov>)
Список pgsql-sql
"Mark Fenbers" <Mark.Fenbers@noaa.gov> writes:
> I am looking for a way to reformat the information that is generated from
>     \d mytable
> into SQL syntax, such that the table can be recreated with 'psql -f 
> mytable.sql' complete with index and constraint definitions.  I can do 
> awk and sed commands to do this if I need to, but first wanted to check 
> if Pg already had tools to export the table structure (without the 
> data).  Does it?

pg_dump with the -s switch is a much better way ...
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Mark Fenbers"
Дата:
Сообщение: Dumping table definitions
Следующее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: Dumping table definitions