Re: Novice

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sugrue, Sean" <sean(dot)sugrue(at)analog(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org, "Riendeau, Mike" <Mike(dot)Riendeau(at)exchange(dot)analog(dot)com>, "Zeller, Raymond" <Raymond(dot)Zeller(at)exchange(dot)analog(dot)com>, "Sugrue, Sean" <Sean(dot)Sugrue(at)exchange(dot)analog(dot)com>
Subject: Re: Novice
Date: 2002-08-07 03:48:53
Message-ID: 12271.1028692133@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Sugrue, Sean" <sean(dot)sugrue(at)analog(dot)com> writes:
> Some of us have tried to use the COPY command to change tables instead of INSERT
> because INSERT is slow,
> but have had trouble because we're not super users. Is there a way around this?

Use psql's \copy command ... not quite the same as COPY.

regards, tom lane

In response to

  • Novice at 2002-08-06 15:20:40 from Sugrue, Sean

Browse pgsql-novice by date

  From Date Subject
Next Message Jake Matchett 2002-08-07 11:01:23 UPDATE across tables
Previous Message Tom Lane 2002-08-07 03:12:29 Re: