Re: [GENERAL] one problem - Mailing list pgsql-general

From Jonathan davis
Subject Re: [GENERAL] one problem
Date
Msg-id 001c01bec7aa$328690c0$0601a8c0@kosovo.idianet.net
Whole thread Raw
Responses Re: [GENERAL] one problem
Re: [GENERAL] one problem
List pgsql-general
-----Message d'origine-----
De : Jonathan davis <haj@idianet.net>
À : 'pgsql-general@postgreslq.org' <pgsql-general@postgreSQL.org>
Date : mardi 6 juillet 1999 12:45
Objet : [GENERAL] one problem


>Hello all
>
>how to get back one database (text format) to postgresql ?
>
>field1    field2    field3 ...
>field1    field2    field3 ...
>.
>.
>.
>
>thanks
>


the COPY command does that BUT BUT BUT BUT !!!
how to specify the  fields for example I just insert  field2  into the
database

example:

create table country (code char(2), country char(20));

and i want to insert just the field country not the field code

how to proceed ?


pgsql-general by date:

Previous
From: "Colin Price (EML)"
Date:
Subject: RE: [GENERAL] Date convertion problem.
Next
From: Stuart Rison
Date:
Subject: Re: [GENERAL] one problem