projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3ad9c5
)
Spell DELIMITER correctly, per Seamus Dean.
author
Tom Lane
<
[email protected]
>
Wed, 4 May 2005 14:25:30 +0000
(14:25 +0000)
committer
Tom Lane
<
[email protected]
>
Wed, 4 May 2005 14:25:30 +0000
(14:25 +0000)
src/bin/psql/tab-complete.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/tab-complete.c
b/src/bin/psql/tab-complete.c
index 898e36fa0a84aa5f2e5389c0bd18b9ebd42c3bba..27dc36d97bfb1c9291e7195874787aff8c99cbb3 100644
(file)
--- a/
src/bin/psql/tab-complete.c
+++ b/
src/bin/psql/tab-complete.c
@@
-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", "DELIM
E
TER", "NULL", "CSV", NULL};
+ {"BINARY", "OIDS", "DELIM
I
TER", "NULL", "CSV", NULL};
COMPLETE_WITH_LIST(list_COPY);
}