From: Peter van Dijk Date: Tue, 14 May 2013 12:24:45 +0000 (+0200) Subject: 3.1 postgresql update docs, thanks @stasic X-Git-Tag: auth-3.3-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db66958fe53491136f6e06fe66e1f996617befa;p=thirdparty%2Fpdns.git 3.1 postgresql update docs, thanks @stasic --- 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 .