mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
19fedcdd23
commit
28bac649ae
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ Return data to a PostgreSQL server with json data stored in Pg's jsonb data type
|
|||
There are three PostgreSQL returners. Any can function as an external
|
||||
:ref:`master job cache <external-master-cache>`. but each has different
|
||||
features. SaltStack recommends
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb` if you are working with
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb>` if you are working with
|
||||
a version of PostgreSQL that has the appropriate native binary JSON types.
|
||||
Otherwise, review
|
||||
:mod:`returners.postgres <salt.returners.postgres>` and
|
||||
|
|
|
@ -6,7 +6,7 @@ Return data to a postgresql server
|
|||
There are three PostgreSQL returners. Any can function as an external
|
||||
:ref:`master job cache <external-master-cache>`. but each has different
|
||||
features. SaltStack recommends
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb` if you are working with
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb>` if you are working with
|
||||
a version of PostgreSQL that has the appropriate native binary JSON types.
|
||||
Otherwise, review
|
||||
:mod:`returners.postgres <salt.returners.postgres>` and
|
||||
|
|
|
@ -7,7 +7,7 @@ cope with scale.
|
|||
There are three PostgreSQL returners. Any can function as an external
|
||||
:ref:`master job cache <external-master-cache>`. but each has different
|
||||
features. SaltStack recommends
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb` if you are working with
|
||||
:mod:`returners.pgjsonb <salt.returners.pgjsonb>` if you are working with
|
||||
a version of PostgreSQL that has the appropriate native binary JSON types.
|
||||
Otherwise, review
|
||||
:mod:`returners.postgres <salt.returners.postgres>` and
|
||||
|
|
Loading…
Add table
Reference in a new issue