Re: How to use the COPY command - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: How to use the COPY command
Date
Msg-id 20050419114428.GC10314@wolff.to
Whole thread Raw
In response to Re: How to use the COPY command  (Low Kian Seong <postgresql_low@yahoo.com>)
List 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 by date:

Previous
From: George Weaver
Date:
Subject: Re: Windows XP PostgreSQL usage
Next
From: "Kevin Crenshaw"
Date:
Subject: Are there any known issues with running MSDE and Postgresql 8.0 on the same machine?