Question about COPY command

Поиск
Список
Период
Сортировка
От Josh Harrison
Тема Question about COPY command
Дата
Msg-id 8d89ea1d0901080539t41c9faag728625273868ff50@mail.gmail.com
обсуждение исходный текст
Ответы Re: Question about COPY command
Re: Question about COPY command
Re: Question about COPY command
Список pgsql-general
Hi,
A basic question about the COPY command syntax....
This is the syntax in the postgres manual.

COPY
tablename [ ( column [, ...] ) ]
FROM { 'filename' | STDIN }
......
.....

What is the difference between copying from 'filename' and copying from 'stdin' ???

Thanks
Josh

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

Предыдущее
От: "Thom Brown"
Дата:
Сообщение: Re: Cannot restart postgresql when increasing max_connections
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Question about COPY command