Re: [GENERAL] equivalent of sqlload?

Поиск
Список
Период
Сортировка
От Sferacarta Software
Тема Re: [GENERAL] equivalent of sqlload?
Дата
Msg-id 13675.981125@bo.nettuno.it
обсуждение исходный текст
Ответ на equivalent of sqlload?  (John Holland <jholland@isr.umd.edu>)
Список pgsql-general
Hello John,

mercoledì, 25 novembre 98, you wrote:

JH> Oracle has a facility for loading in massive data files, sqlload I think
JH> is the name. I'd like to load some big data into PostgreSQL 6.4 for
JH> testing purposes. Is there a way built in or would a perl or c hack be the
JH> way to go?

JH> john holland

use:
       copy [binary] classname [with oids]
            to|from 'filename'|stdin|stdout
            [using delimiters 'delim']


or:
            \copy classname from filename


-Jose'-



В списке pgsql-general по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [GENERAL] equivalent of sqlload?
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Postgres mentioned in Information Week