Re: [GENERAL] one problem

Поиск
Список
Период
Сортировка
От Jonathan davis
Тема Re: [GENERAL] one problem
Дата
Msg-id 001c01bec7aa$328690c0$0601a8c0@kosovo.idianet.net
обсуждение исходный текст
Ответы Re: [GENERAL] one problem  (Stuart Rison <stuart@ludwig.ucl.ac.uk>)
Re: [GENERAL] one problem  (Peter Eisentraut <peter@pathwaynet.com>)
Список 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 по дате отправления:

Предыдущее
От: "Colin Price (EML)"
Дата:
Сообщение: RE: [GENERAL] Date convertion problem.
Следующее
От: Stuart Rison
Дата:
Сообщение: Re: [GENERAL] one problem