pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mention DROP TABLE as well as ALTER TABLE NO INHERIT
Date: 2011-06-14 16:45:04
Message-ID: E1QWWjg-0002vd-6R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-06-14 18:08:27 pgsql: Fix grammatical mistake introduced by previous commit
Previous Message Robert Haas 2011-06-14 15:07:39 pgsql: Improve accuracy of ON_ERROR_STOP documentation.