Михаил
Михаил
Mixedcase problems fixed by https://github.com/ibarwick/firebird_fdw/pull/37
> Note that this is about migrating data from Oracle or other databases to PostgreSQL, not about adding comments to foreign tables like your original proposal for oracle_fdw suggested. Look...
Also I have noticed there is no `DBA_TAB_COMMENTS` or `ALL_TAB_COMMENTS` in https://github.com/cybertec-postgresql/ora_migrator?tab=readme-ov-file#prerequisites now, hence there is no migration of table comments at all.
> Shall we close this one too? I'll try to adopt the query for migration context, @laurenz . I want to try `ora_migrator` next week, now I am studying code...
@laurenz , look like I should add a query result in unified format as `tab_comments_sql` variable for table comments after this block https://github.com/cybertec-postgresql/ora_migrator/blob/87adf42a34d3ca02eea31feb701cc6150f97a586/ora_migrator--1.1.0.sql#L631 and then use like `EXECUTE format(columns_sql, schema,...
Closed after merged implementation in https://github.com/cybertec-postgresql/ora_migrator/pull/46.
@jeevanchalke, any decision? It's also my problem with MariaDB.
Ping, my_sql FDW team ? Is the project still active? Are maintainers interesting in unified `README.md` for PostgreSQL extension network ([PGXN](https://pgxn.org)) ?
Hello, @surajkharage19 ! I am ready for review. Also I have similar PR for `mongo_fdw` https://github.com/EnterpriseDB/mongo_fdw/pull/168 , but this will also stopped without any comments.
Hello, @surajkharage19! My MongoDB `README.md` refactoring was completely accepted in https://github.com/EnterpriseDB/mongo_fdw/commit/373ea031a0870d105e73c367fdf26fa35cafe797, let's continue our review?