Online Documentation for SQL Manager for PostgreSQL
Schema Objects
A schema is a collection of logical structures of data, or schema objects. A schema is owned by a database user. Each user can own a single schema. Schema objects can be created and manipulated with SQL and include the following types of objects:
- Tables
- Views
- Functions
- Procedures
- Domains
- Rules
- Sequences
- Base Types
- Composite Types
- ENUM Types
- Range Types
- Aggregates
- Operators
- Collations
- Statistics
Use the DB Explorer tree to navigate within the existing schemas and their objects.
See also: |