Re: SQL COPY Command

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SQL COPY Command
Дата
Msg-id 22292.1114613769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SQL COPY Command  ("Van Ingen, Lane" <lvaningen@ESNCC.com>)
Ответы Re: SQL COPY Command  ("Keith Worthington" <keithw@narrowpathinc.com>)
Список pgsql-novice
"Van Ingen, Lane" <lvaningen@ESNCC.com> writes:
> Will this command APPEND TO or REPLACE data in an existing table ?
> The documentation doesn't seem to indicate.

The first paragraph on the COPY reference page is

COPY moves data between PostgreSQL tables and standard file-system
files. COPY TO copies the contents of a table to a file, while COPY FROM
copies data from a file to a table (appending the data to whatever is in
the table already).


            regards, tom lane

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

Предыдущее
От: "Van Ingen, Lane"
Дата:
Сообщение: SQL COPY Command
Следующее
От: "Keith Worthington"
Дата:
Сообщение: Re: SQL COPY Command