full table delete query

Поиск
Список
Период
Сортировка
От hari.prasath
Тема full table delete query
Дата
Msg-id 15476ac7d90.129407c286117.5541529776983541411@zohocorp.com
обсуждение исходный текст
Ответы Re: full table delete query  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
Hi all,
      How postgresql handles full table delete in terms of loading the full table in these scenarios

consider one big table(tablename: bigtable)
and the query will be >> delete from bigtable;

1)which doesn't have any foreign table reference with any other tables

2)And when this table is referenced by other table




cheers
- Harry

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

Предыдущее
От: Rushabh Lathia
Дата:
Сообщение: pg_dump broken for non-super user
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgindent fixups