Re: [DOCS] alter_foreign_table.sgml typo - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: [DOCS] alter_foreign_table.sgml typo
Date
Msg-id cedd8609-0652-cf05-bf7a-6a9fa06e3021@oss.nttdata.com
Whole thread Raw
In response to Re: [DOCS] alter_foreign_table.sgml typo  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Responses Re: [DOCS] alter_foreign_table.sgml typo
List pgsql-hackers

On 2023/06/08 0:53, Fujii Masao wrote:
> 
> 
> 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.

Pushed. Thanks!

Regards,

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



pgsql-hackers by date:

Previous
From: tison
Date:
Subject: Re: Git sources doesn't contain the INSATLL file?
Next
From: Ashutosh Sharma
Date:
Subject: Re: Return value of pg_promote()