From: Pieter Lexis Date: Tue, 22 Aug 2017 12:30:41 +0000 (+0200) Subject: docs: Fix order of fields returned in gsql query X-Git-Tag: auth-4.1.0-rc1~5^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86ec7165b4d6fc40617c3edbd698869eaa2f2bf3;p=thirdparty%2Fpdns.git docs: Fix order of fields returned in gsql query Closes #5329 --- diff --git a/docs/backends/generic-sql.rst b/docs/backends/generic-sql.rst index 6d295e9a70..d3e421038a 100644 --- a/docs/backends/generic-sql.rst +++ b/docs/backends/generic-sql.rst @@ -217,16 +217,16 @@ queries must return the following fields in order: checking is performed. - prio: For MX and SRV records, this should be the priority of the record specified. -- qtype: The ASCII representation of the qtype of this record. Examples +- type: The ASCII representation of the qtype of this record. Examples are 'A', 'MX', 'SOA', 'AAAA'. Make sure that this field returns an exact answer - PowerDNS won't recognise 'A ' as 'A'. This can be achieved by using a VARCHAR instead of a CHAR. - domain_id: Unique identifier for this domain. This id must be unique across all backends. Must be a positive integer. -- name: Actual name of a record. Must not end in a '.' and be fully - qualified - it is not relative to the name of the domain! - disabled: Boolean, if set to true, this record is hidden from DNS clients, but can still be modified from the REST API. See :ref:`generic-sql-disabled-data`. +- name: Actual name of a record. Must not end in a '.' and be fully + qualified - it is not relative to the name of the domain! - auth: A boolean describing if PowerDNS is authoritative for this record (DNSSEC)