File: options-tab3.html

package info (click to toggle)
pgadmin3 1.4.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 29,796 kB
  • ctags: 10,758
  • sloc: cpp: 55,356; sh: 6,164; ansic: 1,520; makefile: 576; sql: 482; xml: 100; perl: 18
file content (43 lines) | stat: -rw-r--r-- 1,573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
<title>pgAdmin Options - Tab 3 (Query)</title>
</head>

<body>

<h3>pgAdmin Options - Tab 3 (Query)</h3>

<center><img src="images/options-query.png"></center>

<p>
<ul>
  <li><b>Font</b> - This option allows you to select the font used in SQL Textboxes. This
  may be useful for countries with multibyte character sets where standard fonts may not
  display well.<br>&nbsp;</li>

  <li><b>Maximum rows to retrieve</b> - This option specifies the number of rows 
  that will cause pgAdmin to ask for confirmation to continue loading before 
  doing so. Useful to prevent accidentally trying to view millions of rows at 
  once. <b>Note</b>, this option applies only to the SQL Query Tool, not the 
  Edit Grid.<br>&nbsp;</li>
  
  <li><b>Max characters per column</b> - This option specifies the maximum 
  length of data displayed in a single column. <br>&nbsp;</li>
  
  <li><b>Count rows if estimated less than</b>&nbsp;- In the object browser, if 
  the estimated number of rows in a table (as read from the table statistics) is 
  below this limit, a SELECT count(*) will be performed to find the exact value.<br>&nbsp;</li>
  
   <li><b>Copy SQL from main form to SQL dialogue</b> - When opening the Query 
   Tool, with this option selected, any object definition being displayed in the 
   main object browser will be inserted as a default query in the Query Tool.<br>&nbsp;</li>
     
</ul>
</p>

</body>

</html>