equal
deleted
inserted
replaced
203 } elseif ($db_type == 'pgsql') { |
203 } elseif ($db_type == 'pgsql') { |
204 echo _('On PgSQL you would use:') . "</p>"; |
204 echo _('On PgSQL you would use:') . "</p>"; |
205 echo "<p><tt>$ createuser -E -P " . $db_user . "<br>" . |
205 echo "<p><tt>$ createuser -E -P " . $db_user . "<br>" . |
206 "Enter password for new role: " . $db_pass . "<br>" . |
206 "Enter password for new role: " . $db_pass . "<br>" . |
207 "Enter it again: " . $db_pass . "<br>" . |
207 "Enter it again: " . $db_pass . "<br>" . |
208 "Shall the new role be a superuser? (y/n) n<br>" . A |
208 "Shall the new role be a superuser? (y/n) n<br>" . |
209 "Shall the new user be allowed to create databases? (y/n) n<br>" . |
209 "Shall the new user be allowed to create databases? (y/n) n<br>" . |
210 "Shall the new user be allowed to create more new users? (y/n) n<br>" . |
210 "Shall the new user be allowed to create more new users? (y/n) n<br>" . |
211 "CREATE USER<br>" . |
211 "CREATE USER<br>" . |
212 "$ psql " . $db_name . "<br>" . |
212 "$ psql " . $db_name . "<br>" . |
213 "psql> GRANT SELECT, INSERT, DELETE, UPDATE<br>" . |
213 "psql> GRANT SELECT, INSERT, DELETE, UPDATE<br>" . |