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-0002vd-6R@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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/247fd8105aa6bcb3201dbc19e206fcb27b940040

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