Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd85e7fa

Browse files
committed
Add tab-completion for reloptions like user_catalog_table.
Back-patch to 9.4 where user_catalog_table was added.Review by Michael Paquier
1 parent8b896ab commitd85e7fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,9 @@ psql_completion(const char *text, int start, int end)
16941694
"autovacuum_freeze_max_age",
16951695
"autovacuum_freeze_min_age",
16961696
"autovacuum_freeze_table_age",
1697+
"autovacuum_multixact_freeze_max_age",
1698+
"autovacuum_multixact_freeze_min_age",
1699+
"autovacuum_multixact_freeze_table_age",
16971700
"autovacuum_vacuum_cost_delay",
16981701
"autovacuum_vacuum_cost_limit",
16991702
"autovacuum_vacuum_scale_factor",
@@ -1703,10 +1706,14 @@ psql_completion(const char *text, int start, int end)
17031706
"toast.autovacuum_freeze_max_age",
17041707
"toast.autovacuum_freeze_min_age",
17051708
"toast.autovacuum_freeze_table_age",
1709+
"toast.autovacuum_multixact_freeze_max_age",
1710+
"toast.autovacuum_multixact_freeze_min_age",
1711+
"toast.autovacuum_multixact_freeze_table_age",
17061712
"toast.autovacuum_vacuum_cost_delay",
17071713
"toast.autovacuum_vacuum_cost_limit",
17081714
"toast.autovacuum_vacuum_scale_factor",
17091715
"toast.autovacuum_vacuum_threshold",
1716+
"user_catalog_table",
17101717
NULL
17111718
};
17121719

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp