From 1db66958fe53491136f6e06fe66e1f996617befa Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 14 May 2013 14:24:45 +0200 Subject: [PATCH] 3.1 postgresql update docs, thanks @stasic --- pdns/docs/pdns.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 3b84892092..8d1fa5432c 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -11619,6 +11619,11 @@ local0.err /var/log/pdns.err mysql> ALTER TABLE records MODIFY content VARCHAR(64000); mysql> ALTER TABLE tsigkeys MODIFY algorithm VARCHAR(50); + For PostgreSQL: + +postgres=# ALTER TABLE records ALTER COLUMN content TYPE VARCHAR(65535); +postgres=# ALTER TABLE tsigkeys alter column algorithm type VARCHAR(50); + The definition of 'auth' and 'ordername' in backends has changed slightly, see . -- 2.47.3