Package: credativ-pg-migrator Version: 0.15.2-1.pgdg26.04+1 Architecture: all Maintainer: Michael Banck Installed-Size: 1926 Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~) Suggests: tdsodbc Homepage: https://github.com/credativ/credativ-pg-migrator Priority: optional Section: python Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.15.2-1.pgdg26.04+1_all.deb Size: 204572 SHA512: 65f37b82e0f452b392aa5c575e6e0ca3bd4c2f74ce8a6d02d491bab1298f94879c8a198590804a8db182184495cd028ef27a332b9a1d57a7d43b0b5cfde443f2 SHA256: 23708ac76536eefab891fd22a769c4b7f874888d9d0b917ac40c0bf49fa193ca SHA1: c2741602862339e26962f14d429c33660e7ae7d2 MD5sum: 6ee9a73d8cff57dcd2f2ee677db1754f Description: credativ Postgres Migrator This package provides a solution for migrations of whole databases from legacy systems to PostgreSQL. . Main features are: - Supports migration of tables, column constraints and defaults, primary keys, secondary indexes, foreign keys, functions/procedures, triggers and views from source to target database - If tables have sequences, migrator sets current values of sequences on the target database - Migration of views is currently only in rudimentary version, just replacing source schema names in code with target schema names - Conversion and migration of functions, procedures, triggers currently fully works for Informix, and is in progress for Sybase - Migrator allows customizable substitutions of data types, default values of columns, calls of remote objects