Re: [DOCS] alter_foreign_table.sgml typo

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: [DOCS] alter_foreign_table.sgml typo
Дата
Msg-id f555abae-8f11-e0a8-0f51-93dfd56d345e@oss.nttdata.com
обсуждение исходный текст
Ответ на [DOCS] alter_foreign_table.sgml typo  (Mehmet Emin KARAKAŞ <emin100@gmail.com>)
Ответы Re: [DOCS] alter_foreign_table.sgml typo  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Список pgsql-hackers

On 2023/06/07 23:25, Mehmet Emin KARAKAŞ wrote:
> Fixed typo in SQL.
> 
> Current: ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET opt2 'value2', DROP opt3
'value3');
> 
> Fixed: ALTER FOREIGN TABLE myschema.distributors OPTIONS (ADD opt1 'value', SET opt2 'value2', DROP opt3);
> 
> Drop options do not get a value.

Thanks for the report! I agree with your findings and the patch looks good to me.
I will commit the patch barring any objection.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



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

Предыдущее
От: Isaac Morland
Дата:
Сообщение: Disk space not released after schema deletion
Следующее
От: Yura Sokolov
Дата:
Сообщение: Re: Let's make PostgreSQL multi-threaded