mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure images in the docs have alt tags for screen readers. Fixes #2903
This commit is contained in:
committed by
Dave Page
parent
8b3aecd137
commit
b78b97d89b
@@ -7,9 +7,10 @@ The Synonym Dialog
|
||||
|
||||
Use the *Synonym* dialog to substitute the name of a target object with a user-defined synonym.
|
||||
|
||||
The *Synonym* dialog organizes the development of a synonym through the *General* tab. The *SQL* tab displays the SQL code generated by dialog selections.
|
||||
The *Synonym* dialog organizes the development of a synonym through the *General* tab. The *SQL* tab displays the SQL code generated by dialog selections.
|
||||
|
||||
.. image:: images/synonym_general.png
|
||||
:alt: Synonym dialog general tab
|
||||
|
||||
Use the fields in the *General* tab to identify the synonym:
|
||||
|
||||
@@ -24,9 +25,10 @@ In the definition panel, identify the target:
|
||||
|
||||
Click the *SQL* tab to continue.
|
||||
|
||||
Your selections and entries in the *Synonym* dialog generate a SQL command.
|
||||
Your selections and entries in the *Synonym* dialog generate a SQL command.
|
||||
|
||||
.. image:: images/synonym_sql.png
|
||||
:alt: Synonym dialog sql tab
|
||||
|
||||
The example creates a synonym for the *emp* table named *emp_hist*.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user