Ensure that the user will be able to modify the start value of the Identity column. Fixes #5632

This commit is contained in:
Rahul Shirsat
2020-07-29 16:22:11 +05:30
committed by Akshay Joshi
parent 287a6628ed
commit 74fd5dfe96
22 changed files with 429 additions and 100 deletions

View File

@@ -24,5 +24,6 @@ Bug fixes
| `Issue #4810 <https://redmine.postgresql.org/issues/4810>`_ - Fixed an issue where the user is not able to save the new row if the table is empty.
| `Issue #5490 <https://redmine.postgresql.org/issues/5490>`_ - Make the runtime configuration dialog non-modal.
| `Issue #5632 <https://redmine.postgresql.org/issues/5632>`_ - Ensure that the user will be able to modify the start value of the Identity column.
| `Issue #5646 <https://redmine.postgresql.org/issues/5646>`_ - Ensure that RLS Policy node should be searchable using search object.
| `Issue #5708 <https://redmine.postgresql.org/issues/5708>`_ - Correct TLS certificate filename in the container deployment docs.