Re: From SQLite to Postgres

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: From SQLite to Postgres
Date: 2011-02-16 18:32:59
Message-ID: alpine.LNX.2.00.1102161031180.19529@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Wed, 16 Feb 2011, Joshua D. Drake wrote:

> If you can't do that I would use Perl or Python to connect to the sqlite
> database and move the data directly across to PostgreSQL.

Josh,

Wouldn't a python script do the same thing as dumping from sqlite as a
.sql file and restoring that to postgres? I'd still have to learn what
changes need to be made.

Thanks,

Rich

In response to

Responses

Browse pdxpug by date

  From Date Subject
Next Message Eli Adam 2011-02-16 18:36:45 Re: From SQLite to Postgres
Previous Message Rich Shepard 2011-02-16 18:30:54 Re: From SQLite to Postgres