importing csv files into v7.2.1 on Solaris 8 x86

From: Russell Aspinwall <russell(dot)aspinwall(at)flomerics(dot)co(dot)uk>
To: postgresql general list <pgsql-general(at)postgresql(dot)org>
Subject: importing csv files into v7.2.1 on Solaris 8 x86
Date: 2002-04-25 08:12:33
Message-ID: 3CC7BA71.22A49C48@flomerics.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I recently compiled PostgreSQL v7.2.1 under Solaris 8 x86 (July 2001) in
order to use it to hold the contents of Firewall logs. I have automated
the Firewall log creation process and got them delivered to the intended
database server as csv text files. I have compiled v7.2.1 (straight
forward if you just include C, C++ support) but now need to write a
program to accept the csv log file and enter the record information.

Some newbie questions.

Is their a utility which will read a database table definition and
automatically import a csv format file expecting the fields to be in the
correct order as the table? I remember that Progress (c 1994) can dump
its database definition and database as text files which can then be
read by another version of Progress to automatically recreate the
database tables and populate the tables.

Can anyone recommend the best way to perform a backup of PostgreSQL on
Solaris.
Can I just shutdown PostgreSQL and perform a ufsdump of the disk on
which postgreSQL resides and restore onto a different disk or server as
necessary?

Regards

Russell
--
Network and Systems Administrator Flomerics Ltd
Email: russell.aspinwall at flomerics.co.uk 81 Bridge Road
Telephone: 020-8941-8810 x3116 Hampton Court
Facsimile: 020-8941-8730 Surrey, KT8 9HH, UK

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Russell Aspinwall 2002-04-25 08:13:10 importing csv files into v7.2.1 on Solaris 8 x86
Previous Message Lincoln Yeoh 2002-04-25 07:51:12 Re: No long-lived transaction, still can't delete tuples