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

Commitf1c1685

Browse files
committed
Tab completion in psql is missing the REINDEX command.
Alvaro Herrera
1 parent7b8eb0b commitf1c1685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000-2002 by PostgreSQL Global Development Group
55
*
6-
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.62 2002/09/0205:42:54 momjian Exp $
6+
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.63 2002/09/0206:19:38 momjian Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -197,7 +197,7 @@ psql_completion(char *text, int start, int end)
197197
staticchar*sql_commands[]= {
198198
"ABORT","ALTER","ANALYZE","BEGIN","CLOSE","CLUSTER","COMMENT","COMMIT","COPY",
199199
"CREATE","DECLARE","DELETE","DROP","EXPLAIN","FETCH","GRANT",
200-
"INSERT","LISTEN","LOAD","LOCK","MOVE","NOTIFY","RESET",
200+
"INSERT","LISTEN","LOAD","LOCK","MOVE","NOTIFY","REINDEX","RESET",
201201
"REVOKE","ROLLBACK","SELECT","SET","SHOW","TRUNCATE","UNLISTEN","UPDATE",
202202
"VACUUM",NULL
203203
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp