Log Message: ----------- GRANT wizard Added Files: ----------- pgadmin3/docs/en_US: grantwiz.html (r1.1)
--- /dev/null +++ docs/en_US/grantwiz.html @@ -0,0 +1,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.jpg"></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>
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html