From: Dani Date: Mon, 15 Nov 2021 15:59:44 +0000 (+0100) Subject: auth: Add hint on how to find generic records X-Git-Tag: auth-4.7.0-alpha1~124^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b7b808386269ef33c44cf6c1be95252cd4ae1e;p=thirdparty%2Fpdns.git auth: Add hint on how to find generic records --- diff --git a/docs/settings.rst b/docs/settings.rst index 9060dfe4d7..9f58f4b438 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1783,6 +1783,10 @@ 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%'; + .. _setting-version-string: ``version-string``