mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-24 17:50:20 -06:00
8f1f04e5f3
- Reformat source so it's wrapped. - Standardise markup. - Center images. - Restructure in various places to improve the indexing. - Remove duplicated Query Tool toolbar descriptions. - Ensure the structure works in both HTML and LaTeX.
27 lines
735 B
ReStructuredText
27 lines
735 B
ReStructuredText
.. _modifying_tables:
|
|
|
|
**************************************
|
|
`Creating or Modifying a Table`:index:
|
|
**************************************
|
|
|
|
pgAdmin 4 provides dialogs that allow you to modify all table properties and
|
|
attributes.
|
|
|
|
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...*
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
check_dialog
|
|
column_dialog
|
|
exclusion_constraint_dialog
|
|
foreign_key_dialog
|
|
index_dialog
|
|
primary_key_dialog
|
|
rule_dialog
|
|
table_dialog
|
|
trigger_dialog
|
|
unique_constraint_dialog |