Re: data import - Mailing list pgsql-sql

From Viktor Bojović
Subject Re: data import
Date
Msg-id AANLkTimOCVeXiPtvL+PhbCXrS1D2=H9EdYVtGCTr_AVK@mail.gmail.com
Whole thread Raw
In response to Re: data import  (Chris Ruprecht <chris@ruprecht.org>)
List 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@ruprecht.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql



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

pgsql-sql by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: [BUGS] Issue while using PostgreSql 8.4.
Next
From: Gary Stainburn
Date:
Subject: create function problem