diff -r 18086c6a2521 -r 62211b6a9b8e pgsql/update_tables_0.5.x_for_dovecot-1.2.x.pgsql --- a/pgsql/update_tables_0.5.x_for_dovecot-1.2.x.pgsql Sun Jul 04 16:41:34 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ --- --- --- with Dovecot v1.2.x the service managesieve was renamed to sieve --- --- -ALTER TABLE users RENAME managesieve TO sieve; - -DROP VIEW dovecot_password; -CREATE OR REPLACE VIEW dovecot_password AS - SELECT local_part || '@' || domain_name.domainname AS "user", - passwd AS "password", smtp, pop3, imap, sieve - FROM users - LEFT JOIN domain_name USING (gid); -