Host (ip address) to connect to. If ``pgsql-host`` begins with a slash,
it specifies Unix-domain communication rather than TCP/IP communication;
the value is the name of the directory in which the socket file is
-stored.
+stored. Default: not set.
.. warning::
When specified as a hostname a chicken/egg situation might
``gpgsql-port``
^^^^^^^^^^^^^^^
-The port to connect to on :ref:`setting-gpgsql-host`. Default: 5432
+The port to connect to on :ref:`setting-gpgsql-host`. Default: not set.
.. _setting-gpgsql-dbname:
``gpgsql-dbname``
^^^^^^^^^^^^^^^^^
-Name of the database to connect to. Default: "pdns".
+Name of the database to connect to. Default: not set.
.. _setting-gpgsql-user:
``gpgsql-user``
^^^^^^^^^^^^^^^
-User to connect as. Default: "powerdns".
+User to connect as. Default: not set.
.. _setting-gpgsql-password:
``gpgsql-password``
^^^^^^^^^^^^^^^^^^^
-The password to for :ref:`setting-gpgsql-user`.
+The password to for :ref:`setting-gpgsql-user`. Default: not set.
.. _setting-gpgsql-dnssec:
``sslmode=verify-full sslrootcert=<path-to-CA-cert>``. Accepted
parameters are documented `in the PostgreSQL
documentation <https://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS>`__.
+Default: "".
Default schema
--------------