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-0002vb-AA@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_1_STABLE

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

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Improve accuracy of ON_ERROR_STOP documentation.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT