aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/tab-complete.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-06-11 22:13:22 +0000
committerBruce Momjian <bruce@momjian.us>2003-06-11 22:13:22 +0000
commit240dc5cddc8c5fd13fbf8196034436183ed61a2f (patch)
tree947ce5a7c06b6c655e9c7ca26d8c115befef4ab6 /src/bin/psql/tab-complete.c
parent9ffdd91bba0e67fd77cd998ff888ebb6cbb4695d (diff)
downloadpostgresql-240dc5cddc8c5fd13fbf8196034436183ed61a2f.tar.gz
postgresql-240dc5cddc8c5fd13fbf8196034436183ed61a2f.zip
Add add_missing_from GUC variable.
Nigel J. Andrews
Diffstat (limited to 'src/bin/psql/tab-complete.c')
-rw-r--r--src/bin/psql/tab-complete.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c
index 0946bab9cd9..d1e1272a32c 100644
--- a/src/bin/psql/tab-complete.c
+++ b/src/bin/psql/tab-complete.c
@@ -3,7 +3,7 @@
*
* Copyright 2000-2002 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.78 2003/06/11 18:01:14 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.79 2003/06/11 22:13:22 momjian Exp $
*/
/*----------------------------------------------------------------------
@@ -492,6 +492,7 @@ psql_completion(char *text, int start, int end)
* the rest should match USERSET and possibly SUSET entries in
* backend/utils/misc/guc.c.
*/
+ "add_missing_from",
"australian_timezones",
"client_encoding",
"client_min_messages",