]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
just fill out domains
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 25 Jul 2013 09:19:10 +0000 (11:19 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 25 Jul 2013 09:19:57 +0000 (11:19 +0200)
pdns/docs/pdns.xml

index c49b27e34f44d3dbc76ffcceb55de6f0b3cbe54e..d88d26e5c315dbcf19bbee5a978eefbf6bf148f1 100755 (executable)
@@ -17901,8 +17901,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example.
       </sect2>
       <sect2><title>Native operation</title>
        <para>
-         For native operation, either drop the FOREIGN KEY on the domain_id field, or (recommended), make sure
-         the <command>domains</command> table is filled properly. To add a domain, issue the following:
+    To add a domain, issue the following:
          <programlisting>
            insert into domains (name,type) values ('powerdns.com','NATIVE');
          </programlisting>