sql >> Database >  >> RDS >> PostgreSQL

Hoe gegevens tussen twee databases in PostgreSQL te vergelijken?

Er zijn verschillende tools beschikbaar:

(merk op dat de meeste van deze tools alleen structuur kunnen vergelijken, maar geen gegevens)

Gratis:

  • pgquarrel :http://eulerto.github.io/pgquarrel (schema verschil)
  • apgdiff http://apgdiff.com/ (schemaverschil)
  • Liquibase (Cross DBMS):http://www.liquibase.org (schema diff)
  • pgAdmin https://www.pgadmin.org (schema diff in pgAdmin4)
  • WbDataDiff (Cross-DBMS):http://www.sql-workbench.net/manual/compare-commands.html#command-data-diff (data verschil)
  • WbSchemaDiff (Cross-DBMS):http://www.sql-workbench.net/manual/compare-commands.html
  • Migra https://migra.djrobstep.com/ (schema verschil)

Commercieel:

  • DB-vergelijker:http://www.sqlmanager.net/en/products/postgresql/dbcomparer
  • Aqua Data Studio:http://docs.aquafold.com/docs-diff-schema.html
  • DB Solo:http://www.dbsolo.com/index.html (30 dagen op proef)
  • PostgresCompare:https://www.postgrescompare.com/ (14 dagen op proef, vergelijkt schema en gegevens)


  1. OP DUPLICATE KEY + AUTO INCREMENT issue mysql

  2. Fix:"Onbekende tabel 'locales' in information_schema" in MariaDB

  3. SEC_CASE_SENSTIVE_LOGON in 12c

  4. Hoe geef je positie nul van de spinner een promptwaarde?