Skip to content

Commit 7747cd9

Browse files
committed
Update schema type options.
1 parent e23a04e commit 7747cd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pgdiff.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ Options:
203203
-S, --schema1 : first schema. default is all schemas
204204
-s, --schema2 : second schema. default is all schemas
205205
206-
<schemaTpe> can be: SCHEMA ROLE, SEQUENCE, TABLE, VIEW, COLUMN, INDEX, FOREIGN_KEY, OWNER, GRANT_RELATIONSHIP, GRANT_ATTRIBUTE
207-
`)
206+
<schemaTpe> can be: ALL, SCHEMA, ROLE, SEQUENCE, TABLE, VIEW, COLUMN, INDEX, FOREIGN_KEY, OWNER, GRANT_RELATIONSHIP, GRANT_ATTRIBUTE, TRIGGER, FUNCTION`)
208207

209208
os.Exit(2)
210209
}

0 commit comments

Comments
 (0)