pgadmin4/docs/en_US/modifying_tables.rst

30 lines
862 B
ReStructuredText
Raw Normal View History

2016-06-21 03:06:44 -05:00
.. _modifying_tables:
2018-06-15 03:14:12 -05:00
**************************************
`Creating or Modifying a Table`:index:
**************************************
2016-06-21 03:06:44 -05:00
pgAdmin 4 provides dialogs that allow you to modify all table properties and
attributes.
2016-06-21 03:06:44 -05:00
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
2020-10-28 02:03:56 -05:00
that object. For example, to create a new table, Select a database from the tree control, select the schema under the database, right-click on the *Tables*
node, and select *Create Table...*
2016-06-21 03:06:44 -05:00
.. toctree::
:maxdepth: 1
2016-06-21 03:06:44 -05:00
check_dialog
column_dialog
compound_trigger_dialog
2016-06-21 03:06:44 -05:00
exclusion_constraint_dialog
foreign_key_dialog
index_dialog
primary_key_dialog
rls_policy_dialog
2016-06-21 03:06:44 -05:00
rule_dialog
table_dialog
trigger_dialog
2020-10-28 02:03:56 -05:00
unique_constraint_dialog