You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/org/pgcodekeeper/cli/localizations/messages.properties
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ CliArgs_error_wrong_mode = %s cannot be used with --mode %s option
21
21
CliArgs_generate_constraint_not_valid = print CONSTRAINT NOT VALID for no partitioned tables
22
22
CliArgs_generate_exist = print CREATE IF NOT EXISTS / DROP IF EXISTS
23
23
CliArgs_generate_exist_do_block = print creation of CONSTRAINT and IDENTITY in DO block (PG only)
24
-
CliArgs_graph = deprecated option. Use --mode GRAPH. Run in graph mode to show objects dependencies
25
24
CliArgs_graph_depth = depth of displayed dependencies in graph mode
26
25
CliArgs_graph_filter_object = show these object types, hide other objects types
27
26
CliArgs_graph_invert_filter = invert graph filter object types: hide objects specified by the filter
@@ -34,7 +33,6 @@ CliArgs_ignore_errors = do not stop on parse errors
34
33
CliArgs_ignore_list = use an ignore list to include/exclude objects from diff\nspecify multiple times to use several lists
35
34
CliArgs_ignore_schema = use an ignore schema list to include/exclude schemas at loading stage
36
35
CliArgs_in_charset = input charset
37
-
CliArgs_insert = deprecated option. Use --mode INSERT. Run in insert mode to collect data
38
36
CliArgs_insert_filter = value of WHERE expression for initial select in insert mode
39
37
CliArgs_insert_name = name of start object in data insert mode
40
38
CliArgs_keep_newlines = keep newline characters as is (don't convert to Unix newlines)
@@ -46,7 +44,6 @@ CliArgs_no_check_function_bodies = set check_function_bodies to false at the beg
46
44
CliArgs_no_privileges = ignore privileges and owners of database objects
47
45
CliArgs_out_charset = output charset
48
46
CliArgs_output = script output file or parser output directory
49
-
CliArgs_parse = deprecated option. Use --mode PARSE. Run in parser mode to save database schema as a directory hierarchy
50
47
CliArgs_post_script = POST script file path or directory with POST scripts\nnested directories are loaded recursively\nspecify multiple times to use several paths
51
48
CliArgs_pre_script = PRE script file path or directory with PRE scripts\nnested directories are loaded recursively\nspecify multiple times to use several paths
52
49
CliArgs_run_on = run generated script on the specified database
0 commit comments