This project is archived and is in readonly mode.

Changeset [4dedc7ddcaffa8c606af11ae2d32707131b99a2e] by Tarmo Tänav

May 13th, 2008 @ 05:34 PM

Use 'postgres' database instead of 'template1'

The 'postgres' database is meant for use by utilities and third

party applications. CONNECT permission to the 'template1' database

is usually only available to superusers which is why 'postgres'

should be preferred as users whith "CREATE DATABASE" permissions

are not neccessarily superusers.

http://github.com/rails/rails/co...

Committed by Repository

  • M railties/lib/tasks/databases.rake

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>