On Mon, Apr 18, 2005 at 23:48:38 -0700,
Low Kian Seong <postgresql_low(at)yahoo(dot)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.