Обсуждение: SVN Commit by andreas: r4712 - branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US

Поиск
Список
Период
Сортировка

SVN Commit by andreas: r4712 - branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US

От
svn@pgadmin.org
Дата:
Author: andreas
Date: 2005-11-09 11:40:52 +0000 (Wed, 09 Nov 2005)
New Revision: 4712

Modified:
   branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/query.html
Log:
explain verbose non graphical

Modified: branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/query.html
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/query.html    2005-11-09 11:35:46 UTC (rev 4711)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/docs/en_US/query.html    2005-11-09 11:40:52 UTC (rev 4712)
@@ -40,7 +40,7 @@
 The result is displayed as text in the Data Output page, and graphically
 visualized on the Explain page. This enables you to find out how the query is parsed, optimized and executed. You can
modifythe 
 degree of inspection by changing the Explain options for this in the
-Query menu.</P>
+Query menu. Please note that "EXPLAIN VERBOSE" can not be displayed graphically.</P>
 <P>In case the query you sent to the server using the Execute or
 Explain command takes longer than you expect, and you would like to
 abort the execution, you can select Cancel from the Query menu, press