Re: create database from text file, to delete columns

From: e-letter <inpost(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: create database from text file, to delete columns
Date: 2008-04-03 14:43:01
Message-ID: 298a6f60804030743r65649ef1h512dc8790720d7f2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 03/04/2008, Sean Davis <sdavis2(at)mail(dot)nih(dot)gov> wrote:
>
> You will still need to create all the columns for your table first.
> Also, I think you'll want to look at the documentation for the copy
> command, as what you give above should probably result in an error.
>
So columns cannot be automatically created. The documentation is poor,
for example the 'explanation' of the use of |stdin should really
explain that as an alternative

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2008-04-03 15:00:25 Re: create database from text file, to delete columns
Previous Message Sean Davis 2008-04-03 14:32:10 Re: create database from text file, to delete columns