1) Added the option 'Show template databases?' to display template databases regardless of the setting of 'Show system objects?'.

2) Ensure that the user should be able to create a template database using create dialog instead of updating it later.

Fixes #7351
This commit is contained in:
Pradip Parkale
2022-06-13 14:50:17 +05:30
committed by Akshay Joshi
parent 5c1493bd7e
commit 628e609e6a
35 changed files with 380 additions and 54 deletions

View File

@@ -46,6 +46,7 @@ Use the *Definition* tab to set properties for the database:
* Specify a connection limit in the *Connection Limit* field to configure the
maximum number of connection requests. The default value (*-1*) allows
unlimited connections to the database.
* If the *templates?* is set to true, then database will be a template database.
Click the *Security* tab to continue.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View File

@@ -1,3 +1,4 @@
.. _preferences:
***************************
@@ -68,6 +69,8 @@ Use the fields on the *Display* panel to specify general display preferences:
* When the *Show system objects?* switch is set to *True*, the client will
display system objects such as system schemas (for example, *pg_temp*) or
system columns (for example, *xmin* or *ctid*) in the tree control.
* When the *Show template databases?* switch is set to *True*, the client will
display template databases.
Use the fields on the *Keyboard shortcuts* panel to configure shortcuts for the
main window navigation:

View File

@@ -9,6 +9,7 @@ This release contains a number of bug fixes and new features since the release o
New features
************
| `Issue #7351 <https://redmine.postgresql.org/issues/7351>`_ - Added the option 'Show template databases?' to display template databases regardless of the setting of 'Show system objects?'.
Housekeeping
************