Skip to content

Commit ad6c246

Browse files
committed
Added comments
Former-commit-id: a687dcf
1 parent 1f3e5be commit ad6c246

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pgdiff.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
#!/bin/bash
22
#
3-
# pgdiff -U1 c42 -pw1 c422006 -d1 prd-cpc -o1 sslmode=disable -U2 c42 -pw2 c422006 -d2 cp_staging -o2 sslmode=disable COLUMN
3+
# pgdiff.sh runs a compare on each database type in the proper order. At each step you are allowed to review
4+
# and optionally change and/or run the generated SQL.
5+
#
6+
# If you convert this to a windows batch file, please share it.
7+
#
8+
# pgdiff -U1 postgres -pw1 supersecret -d1 maindb -o1 sslmode=disable -U2 postgres -pw2 supersecret -d2 stagingdb -o2 sslmode=disable COLUMN
9+
#
410

511
USER1=c42
612
HOST1=dbwan

0 commit comments

Comments
 (0)