Re: COPY FROM WHEN condition

Поиск
Список
Период
Сортировка
От Adam Berlin
Тема Re: COPY FROM WHEN condition
Дата
Msg-id 154177868369.24563.8425283889569429535.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: COPY FROM WHEN condition  ("Daniel Verite" <daniel@manitou-mail.org>)
Ответы Re: COPY FROM WHEN condition
Список pgsql-hackers
As a newcomer to this patch, when I read this example:

COPY table_name WHEN (some_condition)

.. I expect COPY to only be run when the condition is true, and I do not expect the WHEN clause to filter rows. I'm
curiouswhat you think about:
 

COPY table_name WHERE (some_condition)

Users should already be familiar with the idea that WHERE performs a filter.

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