diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-07 17:36:47 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-11-07 17:36:47 +0000 |
| commit | 2a8d3d83efeafe7f5d7ba2e56d165f2cc78a7d56 (patch) | |
| tree | cf3bf0349a55d4daf51d454cc8bcac9ec8c80ec5 /src/bin/psql/tab-complete.c | |
| parent | 645adf5de8e1f1a829df92a9b80fa0ebbd121942 (diff) | |
R-tree is dead ... long live GiST.
Diffstat (limited to 'src/bin/psql/tab-complete.c')
| -rw-r--r-- | src/bin/psql/tab-complete.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 27d7469b935..d96a375f5df 100644 --- 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.138 2005/10/15 02:49:40 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.139 2005/11/07 17:36:45 tgl Exp $ */ /*---------------------------------------------------------------------- @@ -1025,7 +1025,7 @@ psql_completion(char *text, int start, int end) else if (pg_strcasecmp(prev_wd, "USING") == 0) { static const char *const index_mth[] = - {"BTREE", "RTREE", "HASH", "GIST", NULL}; + {"BTREE", "HASH", "GIST", NULL}; COMPLETE_WITH_LIST(index_mth); } |
