pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Date
Msg-id E1QWWjg-0002vZ-5R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Mention DROP TABLE as well as ALTER TABLE NO INHERIT

... when talking about how good they are in replacement of bulk DELETE
in partitioned setups.

The original wording was a bit confusing.

Per an observation from David Wheeler.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc7e99872cb3595638fc00ab96cf433bfa77fb14

Modified Files
--------------
doc/src/sgml/ddl.sgml |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix grammatical mistake introduced by previous commit