File: grantwiz.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-- 984 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>Grant Wizard</title>
</head>

<body>

<h3>Grant Wizard</h3>

<center><img src="images/grantwiz.png"></center>

<p>
The Grant Wizard allows assignment of a set of privileges to groups and users to
multiple objects (tables, sequences, views and functions) in a convenient way.
</p>
<p>
The Selection tab will show all applicable objects under the currently selected object.
Check all objects you like to grant privileges on.
<p>
The security tab defines the privileges and groups/users that should be granted. Assigning 
no privileges to a group or user will result in revoking all rights for them.
</p>
<p>
The SQL tab shows the sql commands that are generated from the selected grant targets.
</p>
<p>
When clicking OK, the sql commands will be executed; any result will be displayed in the 
Messages tab.
</p>
</body>
</html>