pgadmin4/docs/en_US/managing_database_objects.rst
2016-06-21 09:06:44 +01:00

36 lines
1.1 KiB
ReStructuredText

.. _managing_database_objects:
*************************
Managing Database Objects
*************************
pgAdmin 4 provides simple but powerful dialogs that you can use to design and create database objects. Each dialog contains a series of tabs that you use to describe the object that will be created by the dialog; the SQL tab displays the SQL command that the server will execute when creating the object.
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 *Casts* node, and select *Create Cast...*
Contents:
.. toctree::
cast_dialog
collation_dialog
domain_dialog
domain_constraint_dialog
event_trigger_dialog
extension_dialog
foreign_data_wrapper_dialog
foreign_server_dialog
foreign_table_dialog
fts_configuration_dialog
fts_dictionary_dialog
fts_parser_dialog
fts_template_dialog
function_dialog
materialized_view_dialog
procedure_dialog
schema_dialog
sequence_dialog
type_dialog
user_mapping_dialog
view_dialog