Talk:Drupal
From Gentoo Linux Wiki
[edit] Note on installing 4.7.3 using PostgreSQL
Creating the database:
# createdb -U username -W dbname -E UNICODE # psql -W drupal < database/database.pgsql
When setting up $db_url there was no includes/conf.php. Instead it was in sites/default/settings.php
# $db_url = "pgsql://username:password@hostname/dbname";
13:30, 3 October 2006 (UTC)
