aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-30 18:14:21 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-30 18:14:21 +0000
commit72b60ac9976ed4119083207578506c9152941666 (patch)
tree6ef846abc82cd028cb8444f256932c1e8d61e130
parentce26e719453de9d2cb806f826852bc8f3a8aa403 (diff)
downloadpostgresql-72b60ac9976ed4119083207578506c9152941666.tar.gz
postgresql-72b60ac9976ed4119083207578506c9152941666.zip
Remove pgaccess from Makefile.
-rw-r--r--src/bin/Makefile5
-rw-r--r--src/bin/psql/tab-complete.c7
2 files changed, 5 insertions, 7 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile
index ba82356380e..e0304b3709d 100644
--- a/src/bin/Makefile
+++ b/src/bin/Makefile
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.37 2002/08/17 04:03:35 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.38 2002/08/30 18:14:21 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -21,9 +21,6 @@ DIRS += pg_encoding
endif
ifeq ($(with_tcl), yes)
-ifeq ($(with_tk), yes)
- DIRS += pgaccess
-endif
DIRS += pgtclsh
endif
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c
index 93c5b39a20d..0b15b72444f 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.57 2002/08/15 02:49:04 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.58 2002/08/30 18:14:21 momjian Exp $
*/
/*----------------------------------------------------------------------
@@ -231,7 +231,8 @@ psql_completion(char *text, int start, int end)
"server_min_messages",
"client_min_messages",
"debug_assertions",
- "debug_print_query",
+ "log_print_statement",
+ "log_statement_duration",
"debug_print_parse",
"debug_print_rewritten",
"debug_print_plan",
@@ -239,7 +240,7 @@ psql_completion(char *text, int start, int end)
"show_parser_stats",
"show_planner_stats",
"show_executor_stats",
- "show_query_stats",
+ "show_statement_stats",
"trace_notify",
"explain_pretty_print",
"sql_inheritance",