git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 126eaef)
Spell DELIMITER correctly, per Seamus Dean.
Wed, 4 May 2005 14:25:24 +0000 (14:25 +0000)
Wed, 4 May 2005 14:25:24 +0000 (14:25 +0000)

diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c
index 86df578aae2939bced288088e7fdf6e556366571..b45ceeeeed6217023863fb9174eafe7a99458135 100644 (file)
--- a/src/bin/psql/tab-complete.c
+++ b/src/bin/psql/tab-complete.c
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2005, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.125 2005年04月21日 19:18:13 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.126 2005年05月04日 14:25:24 tgl Exp $
*/
/*----------------------------------------------------------------------
@@ -1029,7 +1029,7 @@ psql_completion(char *text, int start, int end)
pg_strcasecmp(prev2_wd, "TO") == 0))
{
static const char *const list_COPY[] =
- {"BINARY", "OIDS", "DELIMETER", "NULL", "CSV", NULL};
+ {"BINARY", "OIDS", "DELIMITER", "NULL", "CSV", NULL};
COMPLETE_WITH_LIST(list_COPY);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /