mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Update the documentation for pgAgent to clarify Batch jobs won't run on remote servers. Fix minor css issue in docs.
This commit is contained in:
parent
b618dfe286
commit
a850e7bd5a
@ -69,6 +69,9 @@ Use fields on the step definition dialog to define the step:
|
||||
* If you select *Batch*, use the *Code* tab to provide the batch script that
|
||||
will be executed during the step.
|
||||
|
||||
.. note:: The fields *Connection type*, *Database* and *Connection string* are only
|
||||
applicable when *SQL* is selected because *Batch* cannot be run on remote servers.
|
||||
|
||||
* Use the *Connection type* switch to indicate if the step is performed on a
|
||||
local server (*Local*) or on a remote host (*Remote*). If you specify a
|
||||
remote connection should be used for the step, the *Connection string* field
|
||||
|
@ -468,6 +468,10 @@ i, cite, em, var, address, dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
div.note em {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
em {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user