From d0b7b808386269ef33c44cf6c1be95252cd4ae1e Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 15 Nov 2021 16:59:44 +0100 Subject: [PATCH] auth: Add hint on how to find generic records --- docs/settings.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`` -- 2.47.2