Re: Export a database or a table from a database

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Export a database or a table from a database
Дата
Msg-id 200203061300.g26D02Lx007126@www1.translationforge
обсуждение исходный текст
Ответ на Export a database or a table from a database  ("Stefan Kowalski" <Stefan.Kowalski@ixtra.com>)
Список pgsql-general
Le Mercredi 6 Mars 2002 12:43, Stefan Kowalski a écrit :
> I want to export a database or a table from a database.
> There is a possibility the copy the data from the table, but
> I need the whole structure include the data.

all data : pg_dump -u  > file_name.sql
only a table : pg_dump -u --table=TABLE_NAME > file_name.sql
For a complete list of pg_dump options, pg_dump --help

/JMP

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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Export a database or a table from a database
Следующее
От: Eric Webber
Дата:
Сообщение: Looking for an ODBC driver for postgres