Releases: hackolade/PostgreSQL
Releases · hackolade/PostgreSQL
added ALTER script for the creation of an index on a newly created table or column
added ALTER script for the creation of an index on a newly created table or column
adjusted alter script statements generation for indexes
adjusted alter script statements generation for indexes
added reverse-engineering of sequences, handling of sequences in ALTER scripts, and handling of indexes in ALTER scripts
added reverse-engineering of sequences, handling of sequences in ALTER scripts, and handling of indexes in ALTER scripts
added support for creation and handling of sequences
0.1.57 added support for creation and handling of sequences
added possibility to define cross-schema views
0.1.56 added possibility to define cross-schema views
allowed definition of number of estimated rows for udfs that returns table, added comments on functions to DDL generation, and allowed creation of indexes without a method
0.1.55 allowed definition of number of estimated rows for udfs that returns …
added estimated rows to udf if the function returns a set
0.1.54 added estimated rows to udf if the function returns a set
removed restrictions on composite PKs when adding update columns to triggers
0.1.53 removed restrictions on composite PKs when adding update columns to t…
added support for NULLS NOT DISTINCT in unique indexes and unique key constraints, DEFERABLE unique constraints, and stored generated columns
0.1.52 added support for NULLS NOT DISTINCT in unique indexes and unique key…
disabled pattern fields
0.1.51 disabled pattern fields