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

Commit7695f97

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 parentffb16cf commit7695f97

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
@@ -1612,6 +1612,9 @@ psql_completion(const char *text, int start, int end)
16121612
"autovacuum_freeze_max_age",
16131613
"autovacuum_freeze_min_age",
16141614
"autovacuum_freeze_table_age",
1615+
"autovacuum_multixact_freeze_max_age",
1616+
"autovacuum_multixact_freeze_min_age",
1617+
"autovacuum_multixact_freeze_table_age",
16151618
"autovacuum_vacuum_cost_delay",
16161619
"autovacuum_vacuum_cost_limit",
16171620
"autovacuum_vacuum_scale_factor",
@@ -1621,10 +1624,14 @@ psql_completion(const char *text, int start, int end)
16211624
"toast.autovacuum_freeze_max_age",
16221625
"toast.autovacuum_freeze_min_age",
16231626
"toast.autovacuum_freeze_table_age",
1627+
"toast.autovacuum_multixact_freeze_max_age",
1628+
"toast.autovacuum_multixact_freeze_min_age",
1629+
"toast.autovacuum_multixact_freeze_table_age",
16241630
"toast.autovacuum_vacuum_cost_delay",
16251631
"toast.autovacuum_vacuum_cost_limit",
16261632
"toast.autovacuum_vacuum_scale_factor",
16271633
"toast.autovacuum_vacuum_threshold",
1634+
"user_catalog_table",
16281635
NULL
16291636
};
16301637

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp