Skip to main content
Version: Next

EntityPartition <E>

Explicit child partition definition for PostgreSQL list and range partitioning.

Index

Properties

Properties

optionalname

name?: string

Optional child table name. Defaults to <tableName>_<index>. A single . is treated as a schema.table separator; names with more than one . are rejected to avoid ambiguity.

values

values: string

Partition bound clause, either as for values ... or the trailing part such as in (...), from ... to ..., or default.

Page Options