I was following the tutorial in the link below to install Drupal 7 with PostgreSQL.
http://pgedit.com/install_drupal
I'm stuck with step 3.
3.Load the Drupal database schema
Your Drupal installation has a top level folder called 'database' where you will find an installation script called 'database.pgsql'. Simply run the script with psql:
psql -U test_drupal -f /path/to/drupal/database/database.pgsql
In my case I cant find database.pgsql. My database folder only contains files shown in the image below:
|Im using drupal7.34. Where am I possibly missing?