Re: [GENERAL] one problem

From: "Jonathan davis" <haj(at)idianet(dot)net>
To: "Jonathan davis" <haj(at)idianet(dot)net>, "'pgsql-general(at)postgreslq(dot)org'" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] one problem
Date: 1999-07-06 12:22:21
Message-ID: 001c01bec7aa$328690c0$0601a8c0@kosovo.idianet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


-----Message d'origine-----
De : Jonathan davis <haj(at)idianet(dot)net>
À : 'pgsql-general(at)postgreslq(dot)org' <pgsql-general(at)postgreSQL(dot)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 ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Rison 1999-07-06 12:43:37 Re: [GENERAL] one problem
Previous Message Colin Price (EML) 1999-07-06 10:53:58 RE: [GENERAL] Date convertion problem.