Re: Is there a utility to load data?

From: Chris Ruprecht <chrup999(at)yahoo(dot)com>
To: Pam Wampler <Pam_Wampler(at)taylorwhite(dot)com>
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Is there a utility to load data?
Date: 2002-02-13 19:45:36
Message-ID: p05101208b8906f2d9011@[192.168.0.6]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Pam,

I use the psql 'copy' function like this:

copy <tablename> from '<file name>' delimiters ',';

Best regards,
Chris

At 14:00 -0500 02/13/2002, Pam Wampler wrote:
>Is there a postgresql utility to load data from a flat file? Similar to
>oracle sqlldr?
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html

--
Chris Ruprecht
Network grunt and bit pusher extraordinaíre

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Self 2002-02-13 20:02:16 Re: Is there a utility to load data?
Previous Message Pam Wampler 2002-02-13 19:00:07 Is there a utility to load data?