Re: documentation typo in ALTER TABLE example

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: nagata(at)sraoss(dot)co(dot)jp
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: documentation typo in ALTER TABLE example
Date: 2017-06-12 02:01:20
Message-ID: 20170612.110120.1348732390922558105.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi,
>
> Attached is a simple patch to fix a documentation typo in
> the ALTER TABLE example.

Or the original author's intention might have been something like
this:

--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -1399,7 +1399,7 @@ ALTER TABLE cities
Detach a partition from partitioned table:
<programlisting>
ALTER TABLE cities
- DETACH PARTITION measurement_y2015m12;
+ DETACH PARTITION cities_ab;

Amit Langote, which one was your intention?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-06-12 02:03:36 Re: transition table behavior with inheritance appears broken (was: Declarative partitioning - another take)
Previous Message Masahiko Sawada 2017-06-12 01:40:25 Re: Re: Alter subscription..SET - NOTICE message is coming for table which is already removed