Laurenz Albe

Results 71 comments of Laurenz Albe

Thanks! I'll take a close look at that when I come back from vacation on Jan 9.

Are you going to send an updated patch?

Hm. After `db_migrate_prepare` you should have a schema `fdw_stage` that contains a foreign table `schemas`. Could you test if these objects exist?

No need to apologize, I should have been more clear: the `fdw_stage` schema and the foreign table should be created in the target PostgreSQL database by `db_migrate_prepare`. Was there perhaps...

Before I try to answer, let me express my thanks for all your work and improvements on this project. I really appreciate it! `datestyle` and `intervalstyle` are set by the...

Oh, I'd keep it simple. I added to `CACHE 10` only to see if the property was migrated. You can simply create another sequence with `CACHE 1` and use that...

Then omit the `CACHE` clause altogether.

I think that the approach should be as follows: - in the db_migrator project, the `tables` and `columns` tables in the PostgreSQL staging schema should grow another column `comment` -...

Yes, there are no provisions for that yet; that would have to be added. But if your goal is not migration from Oracle, perhaps we should leave the discussion in...

Shall we close this one too?