mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
EXPLAIN output now comes out as a query result, not a NOTICE message.
Also, fix debug logging of parse/plan trees so that the messages actually go through elog(), not directly to stdout.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* Copyright 2000 by PostgreSQL Global Development Group
|
||||
*
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.45 2002/03/07 20:48:41 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/psql/tab-complete.c,v 1.46 2002/03/24 04:31:08 tgl Exp $
|
||||
*/
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
@@ -242,6 +242,7 @@ psql_completion(char *text, int start, int end)
|
||||
"show_executor_stats",
|
||||
"show_query_stats",
|
||||
"trace_notify",
|
||||
"explain_pretty_print",
|
||||
"sql_inheritance",
|
||||
"australian_timezones",
|
||||
"password_encryption",
|
||||
|
Reference in New Issue
Block a user