isapir / Migrate2Postgres

Easily migrate from other DBMSs to PostgreSQL
GNU General Public License v3.0
52 stars 24 forks source link

Other indices except PK? #6

Open sgrinko opened 6 years ago

sgrinko commented 6 years ago

Is it possible to add DDL indexes to each table? I understand that Postgres has very wide possibilities for creating indexes, and in fact all the created indexes probably will make sense only as btree. However, having a ready-made code sketch will be very useful.

Thank you.

yaronzo commented 5 years ago

Is there any possibility to export keys (primary/foreign) or indicies?