From: Dani Date: Mon, 15 Nov 2021 16:15:23 +0000 (+0100) Subject: Update docs/settings.rst X-Git-Tag: auth-4.7.0-alpha1~124^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7337be60b09c858927e9ddc4913e228a80703b65;p=thirdparty%2Fpdns.git Update docs/settings.rst Co-authored-by: Pieter Lexis --- diff --git a/docs/settings.rst b/docs/settings.rst index 9f58f4b438..3648654a2d 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1784,8 +1784,9 @@ Disable after record contents have been upgraded. This option is supported by the bind and Generic SQL backends. .. note:: - When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query: - SELECT * from records where type like 'TYPE%'; + When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query:: + + SELECT * from records where type like 'TYPE%'; .. _setting-version-string: