Skip to content

Commit b1bf17b

Browse files
authored
add socket info to README.md
1 parent 01bcdcc commit b1bf17b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ except :sequel_tasks do
2626
end
2727
```
2828

29+
(For a Unix socket, your hostname in the connection string should be something like `%2Fvar%2Frun%2Fpostgresql` instead of `localhost`)
30+
2931
You'll also want to add this plugin's Rake tasks to your `Rakefile`:
3032

3133
```rb

0 commit comments

Comments
 (0)