Re: How to use the COPY command

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: How to use the COPY command
Дата
Msg-id 20050419114428.GC10314@wolff.to
обсуждение исходный текст
Ответ на Re: How to use the COPY command  (Low Kian Seong <postgresql_low@yahoo.com>)
Список pgsql-novice
On Mon, Apr 18, 2005 at 23:48:38 -0700,
  Low Kian Seong <postgresql_low@yahoo.com> wrote:
>
> When I use pg_dump, it complaints when i try to do
> this :
>
> createdb dbname -T /path/to/dump/file

You don't use createdb to restore databases from dump files.
You use psql for text dumps and pg_restore for binary dumps.

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

Предыдущее
От: George Weaver
Дата:
Сообщение: Re: Windows XP PostgreSQL usage
Следующее
От: "Kevin Crenshaw"
Дата:
Сообщение: Are there any known issues with running MSDE and Postgresql 8.0 on the same machine?