Importing/Appending to Existing Table

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Importing/Appending to Existing Table
Дата
Msg-id alpine.LNX.2.00.1102011624400.20317@salmo.appl-ecosys.com
обсуждение исходный текст
Ответы Re: Importing/Appending to Existing Table  (Sergey Konoplev <gray.ru@gmail.com>)
Re: Importing/Appending to Existing Table  (Greg Williamson <gwilliamson39@yahoo.com>)
Список pgsql-general
   I have an existing table with 15,492 rows and want to add additional rows
from a .csv file. If I use 'COPY <tablename> from <filename> with delimiter
as ":" csv quote as "'" ' will this overwrite existing rows in the table or
append rows?

Rich

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: Select for update with offset interferes with concurrent transactions
Следующее
От: Aleksey Tsalolikhin
Дата:
Сообщение: Re: Why does my DB size differ between Production and DR? (Postgres 8.4)