Previous Topic: Define PostgreSQL Materialized ViewsNext Topic: Change the Columns Referenced by a Materialized View


Define PostgreSQL Materialized View Column Properties

In a model based on PostgreSQL target server, use the General tab in the Materialized View Column Editor to manage the domain parent, physical data type, and other properties for the selected column.

To define PostgreSQL materialized view column properties

  1. In the Model Explorer, right-click a materialized view column and click Properties.

    The PostgreSQL Materialized View Column Editor opens.

  2. Select the materialized view from the Materialized View drop-down that contains the column that you want to define.
  3. Select the column in the Navigation Grid that you want to define.

    Note: Click New New icon in property editors to create a new object on the toolbar to create a new column. Use the Enter filter text box to filter a very large list of columns to quickly locate the one that you want to define.

  4. Click the General tab and work with the following options:
    Domain Parent

    Displays the current parent domain. Use the toolbar to sort the domain list or open the Domain Editor to work with domains.

    Name

    Displays the view column name. You can change the name in this field or specify one of the following naming options:

    Inherit Button for Restoring Property Inheritance Inherit

    Specifies to inherit the view column name from the domain.

    Override Property Inheritance Override

    Specifies to override inheritance of the view column name.

    Harden Button for Hardening a Property or Name Harden

    Specifies to harden the view column name.

    Physical Data Type

    Displays the data type for the selected column.

    Expression

    Specifies whether materialized view column is a user-defined expression.

  5. Work with the other tabs in the editor to access additional design features, for example:
  6. (Optional) Click the Comment tab and enter any comments that you want to associate with the object.
  7. (Optional) Click the Where Used tab to view where the object is used within the model.
  8. (Optional) Click the UDP tab to work with user-defined properties for the object.
  9. (Optional) Click the Notes tab to view and edit user notes.
  10. (Optional) Click the Extended Notes tab to view or edit user notes.
  11. Click Close.

    Materialized view column properties are defined and the PostgreSQL Materialized View Column Editor closes.

For more information on materialized view column properties, refer to PostgreSQL documentation.