v0.9.2 Summary Chapter 3: Database objects

Chapter 3: Database objects

In this chapter all supported objects will be detailed through their respective editing forms. Basically, pgModeler works with the most of the objects handled by PostgreSQL. For each configured object in the database model a DDL command is generated. However, there are few unsupported objects, being them: text search related objects, access methods, procedures, publications, statistics, subscriptions and transforms. These missing objects may be added in future releases of the tool. Additionally, mechanisms implemented by pgModeler to achieve certain results or simulate some PostgreSQL's behavior will be described in this chapter too.


** SQL commands supported by PostgreSQL **

https://www.postgresql.org/docs/current/sql-commands.html

Mar 16, 2020 at 17:21