"stack depth limit exceeded" executing DELETE FROM

Поиск
Список
Период
Сортировка

The following fails with a "stack depth limit exceeded":

DELETE FROM some-table WHERE pk IN (pk1, pk2, ..., pkN)

where pk = primary key and N is large, may be > 50000.

Is there some limit as to the number of rows that can
be deleted in a single DELETE?

Thanks,
Brian

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