We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3e5be commit ad6c246Copy full SHA for ad6c246
1 file changed
pgdiff.sh
@@ -1,6 +1,12 @@
1
#!/bin/bash
2
#
3
-# pgdiff -U1 c42 -pw1 c422006 -d1 prd-cpc -o1 sslmode=disable -U2 c42 -pw2 c422006 -d2 cp_staging -o2 sslmode=disable COLUMN
+# 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
10
11
USER1=c42
12
HOST1=dbwan
0 commit comments