3.2. Schemas

In pgModeler, schemas (or namespaces) are objects used to either separate logically or graphically several types of objects including tables, view, functions, user­-defined types and many others. This object has a very simple editing form and it looks like:

Attribute Description
Fill color Color used to render the rectangle that will graphically separate tables and views of the current schema from other objects owned by different schemas. See example below.
Show rectangle This option toggles the exhibition of the schema's bounding rectangle.


Schema DDL

https://postgresql.org/docs/current/static/sql-createschema.html

Jan 3, 2020 at 12:33