Tables
Tables are the objects in which databases store data. PSQL contains two types of tables: data and system. Data tables are user-created. Newly created ones are empty and must be populated with data. System tables are created and populated as required by the PSQL database management system.
Data Tables
Refer to the chapter Table Editor for a detailed discussion of data tables. That chapter also contains the tasks pertaining to tables, such as creating one, deleting one, working with columns, foreign keys, and so forth.
*Note: To create a table in a database, database security must be turned off or you must have access rights to create tables.
System Tables
System tables appear in the PSQL Explorer under the System Objects node. You may view properties of them as explained in To view properties of a table.
Table Properties
Table properties provides information about the table. Separate tabs let you view general properties, columns information, and indexes information. The following table describes the parameters listed on the General tab.
1
In PSQL Explorer, expand the Tables node for a particular database.
If you are interested in system tables, expand the Tables node under System Objects.
2
*Tip: You can use the table properties to view a list of the indexed columns for the table.
1
In PSQL Explorer, expand the Tables node for a particular database.
If you are interested in system tables, expand the Tables node under System Objects.
2
This action performs a SELECT * from the table name that you selected.
1
In PSQL Explorer, expand the Tables node for a database.
2