Re: [HACKERS] documentation typo in ALTER TABLE example

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [HACKERS] documentation typo in ALTER TABLE example
Дата
Msg-id 47d1b45e-5e58-5d0e-f739-8a34af5aeca3@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] documentation typo in ALTER TABLE example  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: [HACKERS] documentation typo in ALTER TABLE example  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Список pgsql-hackers
On 2017/06/12 11:01, Tatsuo Ishii wrote:
>> 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?

I wanted to show DETACH PARTITION command's usage with a range partitioned
table (detaching the "oldest" partition).

So, we should apply Nagata-san's patch.

Thanks,
Amit




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

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Re: [HACKERS] Getting server crash on Windows when using ICU collation
Следующее
От: Christian Ullrich
Дата:
Сообщение: Re: [HACKERS] Buildfarm failures on woodlouse (in ecpg-check)