Re: Status of FDW pushdowns - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Status of FDW pushdowns
Date
Msg-id m24n6xlp8j.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Status of FDW pushdowns  (Atri Sharma <atri.jiit@gmail.com>)
Responses Re: Status of FDW pushdowns  (Atri Sharma <atri.jiit@gmail.com>)
List pgsql-hackers
Atri Sharma <atri.jiit@gmail.com> writes:
> This would work,but how can we do it for FDWs which do not parse SQL?
> Am I missing something here?

Worst case:
 CREATE FOREIGN VIEW foo AS $$   whatever syntax is accepted on the other side $$;

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



pgsql-hackers by date:

Previous
From: Atri Sharma
Date:
Subject: Re: Status of FDW pushdowns
Next
From: Atri Sharma
Date:
Subject: Re: Status of FDW pushdowns