mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-23 09:16:29 -06:00
17 lines
719 B
ReStructuredText
17 lines
719 B
ReStructuredText
|
.. _managing_cluster_objects:
|
||
|
|
||
|
******************************
|
||
|
Managing Cluster Level Objects
|
||
|
******************************
|
||
|
|
||
|
Some object definitions reside at the cluster level; pgAdmin 4 provides dialogs that allow you to create these objects, manage them, and control their relationships to each other. To access a dialog that allows you to create a database object, right-click on the object type in the pgAdmin tree control, and select the *Create* option for that object. For example, to create a new database, right-click on the *Databases* node, and select *Create Database...*
|
||
|
|
||
|
Contents:
|
||
|
|
||
|
.. toctree::
|
||
|
|
||
|
database_dialog
|
||
|
move_objects
|
||
|
resource_group_dialog
|
||
|
role_dialog
|
||
|
tablespace_dialog
|