Михаил
Михаил
Ping, @surajkharage19 ! Most of other PostgreSQL FDWs yet use documentation structure from this PR: [EnterpriseDB mongo_fdw](https://github.com/EnterpriseDB/mongo_fdw), [redis_cluster_fdw](https://github.com/jeffreydwalter/redis_cluster_fdw), [sqlite_fdw](https://github.com/pgspider/sqlite_fdw), [firebird_fdw](https://github.com/ibarwick/firebird_fdw), [influxdb_fdw](https://github.com/pgspider/influxdb_fdw) etc. Why this review was stopped? I think `mysql_fdw`...
Ping @jeevanchalke , @surajkharage19 , @ALL, is this project still active? Does here reviews PRs at all?
Thanks, @surajkharage19. I'll made next PR about README some time later.
This is very usefully PR. Some years ago there were the same problems in `firebird_fdw` and `sqlite_fdw`.
@jeevanchalke, what about this `IMPORT FOREIGN SCHEMA` ISO SQL behaviour? Tests are also added.
Ping @robins ?
@jeevanchalke, any activity here?
@wpichler , there is version functions and full `RETURNING` support in [firebird_fdw](https://github.com/ibarwick/firebird_fdw). You can read the interesting realisation from @ibarwick.
Thanks for the patch, @vaibhavdalvi93 , I am studying the changes.
@vaibhavdalvi93, SQL indent in _Examples_ in case of `CREATE SERVER` + `CREATE USER MAPPING FOR` + `CREATE FOREIGN TABLE ` is common tradition for https://github.com/pgspider/influxdb_fdw#examples , https://github.com/pgspider/sqlite_fdw#examples , and https://github.com/pgspider/griddb_fdw#examples...