From: Peter van Dijk Date: Fri, 23 Oct 2015 15:57:29 +0000 (+0200) Subject: doc nit, thanks matje X-Git-Tag: dnsdist-1.0.0-alpha1~252^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0bea60d0551a9a09ee857176cc6bf8a70fae88;p=pdns doc nit, thanks matje --- diff --git a/docs/markdown/authoritative/backend-generic-mypgsql.md b/docs/markdown/authoritative/backend-generic-mypgsql.md index c97459414..00cdaaedf 100644 --- a/docs/markdown/authoritative/backend-generic-mypgsql.md +++ b/docs/markdown/authoritative/backend-generic-mypgsql.md @@ -206,7 +206,7 @@ Called during incoming AXFR. Default: `insert into records (content,ttl,prio,typ Called to update the last notified serial of a master domain. Default: `update domains set notified_serial=%d where id=%d` ### `update-lastcheck-query` -Called to update the last time a slave domain was checked for freshness. Default: `update domains set last_check=%d where id=%d` +Called to update the last time a slave domain was successfully checked for freshness. Default: `update domains set last_check=%d where id=%d` ### `info-all-master-query` Called to get data on all domains for which the server is master. Default: `select id,name,master,last_check,notified_serial,type from domains where type='MASTER'`