Re: SQLite to Postgres, II

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: SQLite to Postgres, II
Date: 2011-02-17 00:50:09
Message-ID: alpine.LNX.2.00.1102161649330.19529@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Wed, 16 Feb 2011, Michael Ewan wrote:

> Since it already has all the INSERT statements, you only need to run it as
> an input file:
>
> psql -U username -d database -f foo.sql

Michael,

Aha! I missed that somehow in my reading of the docs.

Much thanks,

Rich

In response to

Browse pdxpug by date

  From Date Subject
Next Message Rich Shepard 2011-02-17 01:49:08 Re: SQLite to Postgres, II
Previous Message Michael Ewan 2011-02-17 00:44:11 Re: SQLite to Postgres, II