Re: data import

From: Viktor Bojović <viktor(dot)bojovic(at)gmail(dot)com>
To: Chris Ruprecht <chris(at)ruprecht(dot)org>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: data import
Date: 2010-12-29 01:45:02
Message-ID: AANLkTimOCVeXiPtvL+PhbCXrS1D2=H9EdYVtGCTr_AVK@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Thanx Chris.
Also i want to thank Achilleas and Pavel for help

On Tue, Dec 21, 2010 at 5:18 PM, Chris Ruprecht <chris(at)ruprecht(dot)org> wrote:

> If your file is TAB delimited, you can simply do:
>
> \copy tablename from 'some file'
>
> To get details in psql, do:
> psql mydatabase
> and at the prompt:
> \h copy
>
>
>
> On Dec 21, 2010, at 06:34 , Viktor Bojović wrote:
>
> > Hi,
> >
> > can anyone recommend me a windows and linux free tools for importing data
> into postgre.
> > Source files are CSV or excel.
> >
> > Thanx in advance
> > --
> > ---------------------------------------
> > Viktor Bojović
> > ---------------------------------------
> > Wherever I go, Murphy goes with me
>
>
> --
> Sent via pgsql-sql mailing list (pgsql-sql(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-sql
>

--
---------------------------------------
Viktor Bojović
---------------------------------------
Wherever I go, Murphy goes with me

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Gary Stainburn 2010-12-30 16:26:00 create function problem
Previous Message Kevin Grittner 2010-12-23 15:23:17 Re: Issue while using PostgreSql 8.4.