mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added documentation for shared server support. Fixes #5792
This commit is contained in:
parent
a7d40e238e
commit
6ded547a0d
Binary file not shown.
Before Width: | Height: | Size: 179 KiB After Width: | Height: | Size: 223 KiB |
BIN
docs/en_US/images/server_general.png
Executable file → Normal file
BIN
docs/en_US/images/server_general.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 64 KiB |
@ -49,6 +49,9 @@ Use the fields on the *Display* panel to specify general display preferences:
|
|||||||
the client will display the animated dialogues/notifications otherwise it
|
the client will display the animated dialogues/notifications otherwise it
|
||||||
will be unanimated.
|
will be unanimated.
|
||||||
|
|
||||||
|
* When the *Hide shared server?* switch is set to *True*, the client will hide
|
||||||
|
all the shared servers from the browser tree.
|
||||||
|
|
||||||
* Use the *Lock layout* field to lock the UI layout at different levels. This
|
* Use the *Lock layout* field to lock the UI layout at different levels. This
|
||||||
can also be changed from File menu on the :ref:`menu bar <menu_bar>`
|
can also be changed from File menu on the :ref:`menu bar <menu_bar>`
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ Housekeeping
|
|||||||
| `Issue #5332 <https://redmine.postgresql.org/issues/5332>`_ - Improve code coverage and API test cases for Columns and Constraints (Index, Foreign Key, Check, Exclusion).
|
| `Issue #5332 <https://redmine.postgresql.org/issues/5332>`_ - Improve code coverage and API test cases for Columns and Constraints (Index, Foreign Key, Check, Exclusion).
|
||||||
| `Issue #5344 <https://redmine.postgresql.org/issues/5344>`_ - Improve code coverage and API test cases for Grant Wizard.
|
| `Issue #5344 <https://redmine.postgresql.org/issues/5344>`_ - Improve code coverage and API test cases for Grant Wizard.
|
||||||
| `Issue #5774 <https://redmine.postgresql.org/issues/5774>`_ - Improve code coverage and API test cases for Tables.
|
| `Issue #5774 <https://redmine.postgresql.org/issues/5774>`_ - Improve code coverage and API test cases for Tables.
|
||||||
|
| `Issue #5792 <https://redmine.postgresql.org/issues/5792>`_ - Added documentation for shared server support.
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
*********
|
*********
|
||||||
|
@ -16,15 +16,31 @@ Use the fields in the *General* tab to identify the server:
|
|||||||
|
|
||||||
* Use the *Name* field to add a descriptive name for the server; the name
|
* Use the *Name* field to add a descriptive name for the server; the name
|
||||||
specified will be displayed in the *Browser* tree control.
|
specified will be displayed in the *Browser* tree control.
|
||||||
|
|
||||||
* Use the drop-down list box in the *Server group* field to select the parent
|
* Use the drop-down list box in the *Server group* field to select the parent
|
||||||
node for the server; the server will be displayed in the *Browser* tree
|
node for the server; the server will be displayed in the *Browser* tree
|
||||||
control within the specified group.
|
control within the specified group.
|
||||||
|
|
||||||
* Use the color-picker in the *Background* field to specify the background
|
* Use the color-picker in the *Background* field to specify the background
|
||||||
color for the server.
|
color for the server.
|
||||||
|
|
||||||
* Use the color-picker in the *Foreground* field to specify the foreground
|
* Use the color-picker in the *Foreground* field to specify the foreground
|
||||||
color for the server.
|
color for the server.
|
||||||
|
|
||||||
* If the *Connect now?* checkbox is checked, the client will attempt a
|
* If the *Connect now?* checkbox is checked, the client will attempt a
|
||||||
connection to the server upon completion of the dialog; this is the default
|
connection to the server upon completion of the dialog; this is the default
|
||||||
|
|
||||||
|
* If the *Shared with all?* switch is moved to *Yes* then that server can be
|
||||||
|
shared with all the other users. This option is available only to admin users. For more information on users see :ref:`User Management Dialog <user_management>`. The users can access the shared servers with some restritctions. The Users accessing the shared servers cannot do the following operations on the shared servers:
|
||||||
|
|
||||||
|
* Create a server
|
||||||
|
* Delete the server
|
||||||
|
* Rename the server
|
||||||
|
* Rename the group server
|
||||||
|
* Change of host, port, and maintenance database
|
||||||
|
|
||||||
|
Please note that once the server is shared, it's icon is changed in the browser tree.
|
||||||
|
|
||||||
* Provide a comment about the server in the *Comments* field.
|
* Provide a comment about the server in the *Comments* field.
|
||||||
|
|
||||||
Click the *Connection* tab to continue.
|
Click the *Connection* tab to continue.
|
||||||
@ -183,4 +199,4 @@ Use the fields in the *Advanced* tab to configure a connection:
|
|||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
clear_saved_passwords
|
clear_saved_passwords
|
||||||
|
Loading…
Reference in New Issue
Block a user