Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Simon Pills: "Someone finally invented an intuitively used and easily customized PostgreSQL database administration tool! Keep up the good work. I will be in touch. I am able to do this horrendous work because your software enabled me to create a new database with all necessary objects in several minutes! I am sure that I have found what I really need".
Iwan Kelaiah: "SQL Maestro products (Postgresql) have saved me a lot of time in designing, managing and generating reports and front-ends of Postgresql databases. Keep up the great work and thank you for such great products.".

More

Add your opinion

PostgreSQL Maestro online Help

Prev Return to chapter overview Next

Groups

Groups are implemented for providing a way of grouping users logically to facilitate management of privileges: privileges can be granted to, or revoked from, a group as a whole.

 

Note: Since PostgreSQL 8.1 a role system was implemented to replace users and groups. For more information see Roles.

 

 

New groups are created within Create Group Wizard. In order to run this wizard you should either

 

select the Groups list or any object from that list and then use the Create New Group item from the popup menu

or

open the server in Server Editor and the Groups tab there and press Insert or select the Create New Group item from the popup menu (Alternatively, use the corresponding link of the Navigation Bar).

 

 

 

Groups are edited within Group Editor. In order to open the editor you should either

 

select the group for editing in the explorer tree (type the first letters of the group name for quick search);
select the Edit Group item from the popup menu

or

open the server in Server Editor and the Groups tab there;
select the group to edit;
press the Enter key or select the Edit Group item from the popup menu (alternatively, you can use the corresponding link of the Navigation Bar).

 

 

 

To drop the existing group:

 

select the group to drop in the explorer tree;
select the Drop Group item from the popup menu

or

open the server in Server Editor and the Groups tab there;
select the group to drop;
press the Delete key or select the Drop Group item from the popup menu

(alternatively, you may use the corresponding link of the Navigation Bar)

 

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next