|
Lines 1-6
Link Here
|
| 1 |
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for OGR. |
1 |
This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for OGR. |
| 2 |
|
2 |
|
| 3 |
Please note that this version of mysql_fdw works with PostgreSQL 9.3+, and |
3 |
Please note that this version of ogr_fdw works with PostgreSQL 9.3+, and |
| 4 |
have some limitations: |
4 |
have some limitations: |
| 5 |
Only non-spatial query restrictions are pushed down to the OGR driver. |
5 |
Only non-spatial query restrictions are pushed down to the OGR driver. |
| 6 |
Spatial restrictions are not pushed down. |
6 |
Spatial restrictions are not pushed down. |