Minor bug in the UI for a table definition in Postgres

Hello,

when defining an entity using a physical model for Postgres 9.2 the “General” tab in the entity definition allows to select “temporary” and “unlogged” at the same time.

This is not allowed, a table can either be an unlogged table or a temporary table. You can’t use the unlogged attribute for temporary tables.

Hi Thomas,

thank you for your notice. I have added new change request (TDM-421) to our system.

David