]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Document is-our-domain-query
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 8 Jan 2016 17:01:34 +0000 (18:01 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Jan 2016 16:02:21 +0000 (17:02 +0100)
docs/markdown/authoritative/backend-generic-sql.md

index d547fdcafe7db3628e4842fb81babcee4af781d0..b463f28e59195ee10dd1af80f91992ff873c0086 100644 (file)
@@ -146,6 +146,8 @@ if you wish to calculate ordername and auth without using pdns-rectify.
 
 ## Domain and zone manipulation
 
+- `is-our-domain-query`: Checks if the domain (either id or name) is in the 'domains' table. This query is run before any other (possibly heavy) query.
+
 - `insert-zone-query`: Add a new NATIVE domain.
 - `update-kind-query`: Called to update the type of domain.
 - `delete-zone-query` Called to delete all records of a zone. Used before an incoming AXFR.