1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove pgaccess from Makefile.

This commit is contained in:
Bruce Momjian
2002-08-30 18:14:21 +00:00
parent ce26e71945
commit 72b60ac997
2 changed files with 5 additions and 7 deletions

View File

@@ -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",