From: Peter van Dijk Date: Thu, 25 Jul 2013 09:19:10 +0000 (+0200) Subject: just fill out domains X-Git-Tag: rec-3.6.0-rc1~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c4a3f7dc5e60a93acb5c8a178e853cbd5bcae1;p=thirdparty%2Fpdns.git just fill out domains --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index c49b27e34f..d88d26e5c3 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -17901,8 +17901,7 @@ insert into domains (id,name,type) values (domains_id_sequence.nextval,'example. Native operation - For native operation, either drop the FOREIGN KEY on the domain_id field, or (recommended), make sure - the domains table is filled properly. To add a domain, issue the following: + To add a domain, issue the following: insert into domains (name,type) values ('powerdns.com','NATIVE');