From: Daniele Varrazzo Date: Fri, 24 Dec 2021 07:59:31 +0000 (+0100) Subject: Add note about installing libpq via psql X-Git-Tag: pool-3.1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2458b9f59c8e8741684ce14979f304c206b5f90;p=thirdparty%2Fpsycopg.git Add note about installing libpq via psql --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 8cfbffa53..a7c8a48ab 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -121,6 +121,13 @@ need:: sudo apt install libpq5 +.. note:: + + The ``libpq`` is the client library used by :program:`psql`, the + PostgreSQL command line client, to connect to the database. On most + systems, installing :program:`psql` will install the ``libpq`` too as a + dependency. + If you are not able to fulfill this requirement please follow the `binary installation`_.