Re: [GENERAL] Convert MS access database into PostgreSQL

From: "Brett W(dot) McCoy" <bmccoy(at)lan2wan(dot)com>
To: Duncan Kinder <dckinder(at)mountain(dot)net>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Convert MS access database into PostgreSQL
Date: 1999-10-15 16:10:07
Message-ID: Pine.BSI.3.91.991015120847.13007J-100000@access1.lan2wan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 15 Oct 1999, Duncan Kinder wrote:

> How do you import text data into Postgres?
>
> You should be able to export Access data into text format and then - if it
> is possible to import that text - import that text into Postgres.
>
> This would be generally interesting to someone working in, for example,
> computer assisted reporting (CAR), where they spend a lot of time
> downloading - say, census or Bureau of Labor Statistics data - into their
> databases and then manipulating that data.

You can do it with the SQL COPY statement (you must be the postgres
superuser to do it), or the psql command \copy (and you don't need to be
the superuser, but it has some limitations).

Brett W. McCoy
http://www.lan2wan.com/~bmccoy
-----------------------------------------------------------------------
"I stayed up all night playing poker with tarot cards. I got a full
house and four people died."
-- Steven Wright

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 1999-10-15 16:17:16 Re: [GENERAL] BIG Data and Perl
Previous Message Ross J. Reedstrom 1999-10-15 15:41:50 Re: [GENERAL] How to import data from MDB or pipe delimited file into PostgreSQL