taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 697886f4dad6dedd8e0c720436d4ff346151ec5f
parent 52a4b84c78bc0782f19543cbbc2a57a634225ca6
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 10 Jan 2022 14:49:48 -0500

fix typo: s/postgres/postgresql/

Diffstat:
Mtaler-exchange-setup-guide.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -164,7 +164,7 @@ to compartmentalize different parts of the system: * ``taler-exchange-closer``: closes idle reserves by triggering wire transfers that refund the originator. * ``taler-exchange-aggregator``: aggregates deposits into larger wire transfer requests. * ``taler-exchange-wire``: performs wire transfers with the bank (via LibEuFin/Nexus). -* ``postgres``: runs the PostgreSQL database (from *postgres* package). +* ``postgres``: runs the PostgreSQL database (from *postgresql* package). * ``www-data``: runs the frontend HTTPS service with the TLS keys (from *nginx* package). .. note::