We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167a5a6 commit 5b354c6Copy full SHA for 5b354c6
1 file changed
pgdiff.go
@@ -46,7 +46,9 @@ func main() {
46
conn2, err := dbInfo2.Open()
47
check("opening database", err)
48
49
- // schemaType
+ // This section will be improved so that you do not need to choose the type
50
+ // of alter statements to generate. Rather, all should be generated in the
51
+ // proper order.
52
schemaType := strings.ToUpper(args[0])
53
if schemaType == "TABLE" {
54
compareTables(conn1, conn2)
0 commit comments