From 87f3fae4c1c91eba08890656c92a5237f3d4fef8 Mon Sep 17 00:00:00 2001 From: Arsen Stasic Date: Mon, 2 Sep 2013 16:58:36 +0200 Subject: [PATCH] Added SQL-Statements for mysql and postgresql --- pdns/docs/pdns.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index bbb1ea6a59..7016641b6b 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -12290,6 +12290,14 @@ create index recordorder on records (domain_id, ordername text_pattern_ops); The `ip' field in the supermasters table (for the various gsql backends) has been stretched to 64 characters to support IPv6. + For MySQL: + + alter table supermasters modify ip VARCHAR(64); + + For PostgreSQL: + + alter table supermasters alter column ip type VARCHAR(64); + pdnssec secure-zone now creates one KSK and one ZSK, instead of two ZSKs. -- 2.47.2