Re: [HACKERS] documentation typo in ALTER TABLE example

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] documentation typo in ALTER TABLE example
Дата
Msg-id 20170612.110120.1348732390922558105.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на [HACKERS] documentation typo in ALTER TABLE example  (Yugo Nagata <nagata@sraoss.co.jp>)
Ответы Re: [HACKERS] documentation typo in ALTER TABLE example  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] Re: Alter subscription..SET - NOTICE message is comingfor table which is already removed
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [HACKERS] transition table behavior with inheritance appearsbroken (was: Declarative partitioning - another take)