Re: Status of FDW pushdowns
| От | Dimitri Fontaine |
|---|---|
| Тема | Re: Status of FDW pushdowns |
| Дата | |
| Msg-id | m2y549jth5.fsf@2ndQuadrant.fr обсуждение исходный текст |
| Ответ на | Re: Status of FDW pushdowns (Atri Sharma <atri.jiit@gmail.com>) |
| Ответы |
Re: Status of FDW pushdowns
|
| Список | pgsql-hackers |
Atri Sharma <atri.jiit@gmail.com> writes: > Can we add a function to the FDW API to define a SQL to foreign server > side conversion? I think that's not tenable. Even if you limit the discussion to the postgres_fdw, some queries against past version will stop working against new version (keywords changes, catalogs, default settings, etc). I don't think you want to embed a full parser of every supported FOREIGN version of PostgreSQL inside the postgres_fdw code, so I think the text of the view needs to be an opaque string. -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support
В списке pgsql-hackers по дате отправления: