File: gridopts.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 (34 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (3)
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
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="STYLESHEET" type="text/css" href="pgadmin3.css">
<title>View Data Options</title>
</head>

<body>

<H3>View Data Options</H3>

<P>When "Apply Filter and View Data" is selected from the main menu,
or the "Sort/Filter" toolbar button is pressed in the data viewer,
this dialogue appears. It allows changing the sort order of the data,
and applying a filter to narrow the displayed data.
</P>
<P>
<center><img src="images/gridopt-sort.png"></center>
</P>
<P>
You can select one or more columns and the sort direction which should
be used to retrieve the data from the database.
</P>
<BR><BR>
<BR><BR>
<center><img src="images/gridopt-filter.png"></center>
<P>
You can enter an arbitrary WHERE clause, to restrict the result set
which is retrieved from the database. You can click "Validate" to have
pgAdmin III test whether the WHERE clause is valid.
</P>
</BODY>
</HTML>