We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e95a4c + 1a5fd08 commit 8aa08a9Copy full SHA for 8aa08a9
2 files changed
bin-linux/pgdiff.REMOVED.git-id
@@ -0,0 +1 @@
1
+c40e6235c4802886df73f21cd40389dd1889680b
pgdiff.go
@@ -62,7 +62,7 @@ func main() {
62
compareColumns(conn1, conn2)
63
compareIndexes(conn1, conn2) // includes PK and Unique indexes
64
compareForeignKeys(conn1, conn2)
65
- compareRoles(conn1, conn2)
+ //compareRoles(conn1, conn2)
66
} else if schemaType == "SEQUENCE" {
67
compareSequences(conn1, conn2)
68
} else if schemaType == "TABLE" {
@@ -74,7 +74,7 @@ func main() {
74
} else if schemaType == "FOREIGN_KEY" {
75
76
} else if schemaType == "ROLE" {
77
78
} else {
79
fmt.Println("Not yet handled:", schemaType)
80
}
0 commit comments