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

Commit2a5f83c

Browse files
committed
src/bin/psql/tab-complete.c =~ s/CONVERSATION/CONVERSION/;
Greg Sabino Mullane
1 parente19f6bc commit2a5f83c

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 (c) 2000-2004, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.114 2004/08/29 05:06:54 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.115 2004/09/01 00:10:01 momjian Exp $
77
*/
88

99
/*----------------------------------------------------------------------
@@ -654,7 +654,7 @@ psql_completion(char *text, int start, int end)
654654
pg_strcasecmp(prev3_wd,"TABLE")!=0)
655655
{
656656
staticconstchar*constlist_ALTER[]=
657-
{"AGGREGATE","CONVERSATION","DATABASE","DOMAIN","FUNCTION",
657+
{"AGGREGATE","CONVERSION","DATABASE","DOMAIN","FUNCTION",
658658
"GROUP","INDEX","LANGUAGE","OPERATOR","SCHEMA","SEQUENCE","TABLE",
659659
"TABLESPACE","TRIGGER","TYPE","USER",NULL};
660660

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp