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:
Aditya Toshniwal 2019-08-12 11:45:54 +05:30 committed by Akshay Joshi
parent b618dfe286
commit a850e7bd5a
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -468,6 +468,10 @@ i, cite, em, var, address, dfn {
font-style: italic;
}
div.note em {
background-color: transparent;
}
em {
background-color: #fff;
}