removed GRANT statement. It's mentioned in UPGRADE
authorPascal Volk <neverseen@users.sourceforge.net>
Fri, 21 Aug 2009 11:24:28 +0000
changeset 126 3643a0777e77
parent 125 988b9a719929
child 127 97a9f6dd954b
removed GRANT statement. It's mentioned in UPGRADE
update_tables_0.5.x_for_dovecot-1.2.x.pgsql
--- a/update_tables_0.5.x_for_dovecot-1.2.x.pgsql	Fri Aug 21 08:17:53 2009 +0000
+++ b/update_tables_0.5.x_for_dovecot-1.2.x.pgsql	Fri Aug 21 11:24:28 2009 +0000
@@ -10,9 +10,3 @@
       FROM users
            LEFT JOIN domain_name USING (gid);
 
--- ---
--- Change the user name to the name of your dovecot database user.
--- ---
-GRANT SELECT ON dovecot_password TO dovecot;
---                               ---^
-