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.

-- 
MEHMET EMİN KARAKAŞ

Attachment: 0001-Fixed-typo-in-SQL.patch
Description: Binary data

Reply via email to