Skip to content

Commit d9a3e8e

Browse files
committed
Updated README to specify Postgres 9
Former-commit-id: 261bc06
1 parent fce5b8d commit d9a3e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pgdiff - PostgreSQL schema diff
22

3-
pgdiff compares the schema between two PostgreSQL databases and generates alter statements to be *manually* run against the second database. The provided pgdiff.sh script helps automate the process. At the moment, not everything in the schema is compared, but the things considered important are: roles, sequences, tables, columns (and their default values), primary keys, unique constraints, foreign keys, roles, ownership information, and grants.
3+
pgdiff compares the schema between two PostgreSQL 9 databases and generates alter statements to be *manually* run against the second database. The provided pgdiff.sh script helps automate the process. At the moment, not everything in the schema is compared, but the things considered important are: roles, sequences, tables, columns (and their default values), primary keys, unique constraints, foreign keys, roles, ownership information, and grants.
44

55
An important feature is that pgdiff never modifies a database directly. You alone are responsible for verifying the generated SQL *before* running it against your database, so you can have confidence this is safe to try and see what SQL gets generated.
66

0 commit comments

Comments
 (0)