diff --git a/config/database.yml.postgresql b/config/database.yml.postgresql
index 66960551cfde14278d8f5e166ed9d0e3ba7431ab..7067e0fe402ca956d0a644f201990db673809d67 100644
--- a/config/database.yml.postgresql
+++ b/config/database.yml.postgresql
@@ -10,7 +10,6 @@ production:
   # password:
   # host: localhost
   # port: 5432 
-  # socket: /tmp/postgresql.sock
 
 #
 # Development specific
@@ -22,7 +21,6 @@ development:
   pool: 5
   username: postgres
   password:
-  # socket: /tmp/postgresql.sock
 
 #
 # Staging specific
@@ -34,7 +32,6 @@ staging:
   pool: 5
   username: postgres
   password:
-  # socket: /tmp/postgresql.sock
 
 # Warning: The database defined as "test" will be erased and
 # re-generated from your development database when you run "rake".
@@ -46,4 +43,3 @@ test: &test
   pool: 5
   username: postgres
   password:
-  # socket: /tmp/postgresql.sock