full table delete query - Mailing list pgsql-hackers

From hari.prasath
Subject full table delete query
Date
Msg-id 15476ac7d90.129407c286117.5541529776983541411@zohocorp.com
Whole thread Raw
Responses Re: full table delete query  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: Rushabh Lathia
Date:
Subject: pg_dump broken for non-super user
Next
From: Andrew Dunstan
Date:
Subject: Re: pgindent fixups