COPY

From: linux_211(at)hotmail(dot)com (igor)
To: pgsql-general(at)postgresql(dot)org
Subject: COPY
Date: 2002-08-05 15:38:52
Message-ID: ff6ce15e.0208050738.737cd83a@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am using the copy command for copy very large database. But I am
using it like it's described in tutorial "copy table from
'/file'..etc". So it takes a lot of time copy each table. Is there any
way how to create some function to copy all the directory ,or
something like foreach (table)...? That directory would contain
prepared tables already. I do not know lot about PostgreSQL functions
,so I am asking some advice.

Responses

  • Re: COPY at 2002-08-06 23:42:49 from Alvaro Herrera

Browse pgsql-general by date

  From Date Subject
Next Message Conor Cunningham [MS] 2002-08-05 15:48:18 Re: Problem: ALTER TABLE with Jet as provider
Previous Message Lamar Owen 2002-08-05 14:58:53 Re: Installing postgresql