Allow create foreign tables "like" local tables ``` ERROR: LIKE is not supported for creating foreign tables LINE 1: CREATE FOREIGN TABLE chr_fdw (LIKE chr) SERVER local_fdw; ^ ```