Skip to content

2.2.1_arenadata3

Compare
Choose a tag to compare
@deart2k deart2k released this 20 Jun 08:25
· 56 commits to gpdb since this release
be945ba
fix creating extension with global option appendonly=true (#19)

All tables use primary keys. Unique index tables are created for primary keys.
Unique index tables can not be created for table with appendonly=true.
appendonly=false has been added for each table with primary key.