~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to docs/en_US/options-tab3.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici
  • Date: 2004-12-14 23:46:39 UTC
  • Revision ID: james.westby@ubuntu.com-20041214234639-tve0i5l49fq13jli
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
 
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
 
5
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
 
6
<title>pgAdmin Options - Tab 3 (Query)</title>
 
7
</head>
 
8
 
 
9
<body>
 
10
 
 
11
<h3>pgAdmin Options - Tab 3 (Query)</h3>
 
12
 
 
13
<center><img src="images/options-query.png"></center>
 
14
 
 
15
<p>
 
16
<ul>
 
17
  <li><b>Font</b> - This option allows you to select the font used in SQL Textboxes. This
 
18
  may be useful for countries with multibyte character sets where standard fonts may not
 
19
  display well.<br>&nbsp;</li>
 
20
 
 
21
  <li><b>Maximum rows to retrieve</b> - This option specifies the number of rows 
 
22
  that will cause pgAdmin to ask for confirmation to continue loading before 
 
23
  doing so. Useful to prevent accidentally trying to view millions of rows at 
 
24
  once.<br>&nbsp;</li>
 
25
  
 
26
  <li><b>Max characters per column</b> - This option specifies the maximum 
 
27
  length of data displayed in a single column. <br>&nbsp;</li>
 
28
  
 
29
  <li><b>Count rows if estimated less than</b>&nbsp;- In the object browser, if 
 
30
  the estimated number of rows in a table (as read from the table statistics) is 
 
31
  below this limit, a SELECT count(*) will be performed to find the exact value.<br>&nbsp;</li>
 
32
  
 
33
   <li><b>Copy SQL from main form to SQL dialogue</b> - When opening the Query 
 
34
   Tool, with this option selected, any object definition being displayed in the 
 
35
   main object browser will be inserted as a default query in the Query Tool.<br>&nbsp;</li>
 
36
     
 
37
</ul>
 
38
</p>
 
39
 
 
40
</body>
 
41
 
 
42
</html>