Re: copy files to postgresql

From: John Zhang <jzhang(at)jimmy(dot)harvard(dot)edu>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: copy files to postgresql
Date: 2002-08-06 12:14:32
Message-ID: 200208061214.IAA02714@blaise.dfci.harvard.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I was trying to copy files to columns of a PostgreSQL database table using \copy
( e. g. \copy mytable (column names here) from 'my file' using delimiters '\t').
PostgreSQL does not seem to like the column names part. Could someone help me
with that? Thanks.

Attachment Content-Type Size
NoName text/plain 44 bytes

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Norman Khine 2002-08-06 12:55:07 Multi table insert and passing sequence ids
Previous Message Joerg Hessdoerfer 2002-08-06 10:35:55 Re: Table design question...