Managing Database Objects - pgAdmin 4 3.0 documentation
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 cast, right-click on the Casts node, and select Create Cast…
Contents:
- The Cast Dialog
- The Collation Dialog
- The Domain Dialog
- The Domain Constraints Dialog
- The Event Trigger Dialog
- The Extension Dialog
- The Foreign Data Wrapper Dialog
- The Foreign Server Dialog
- The Foreign Table Dialog
- The FTS Configuration dialog
- The FTS Dictionary Dialog
- The FTS Parser Dialog
- The FTS Template Dialog
- The Function Dialog
- The Language Dialog
- The Materialized View Dialog
- The Schema Dialog
- The Sequence Dialog
- The Trigger function Dialog
- The Type Dialog
- The User Mapping Dialog
- The View Dialog