Tagged Questions
0
votes
1answer
21 views
Issue with conflicting postgres when using homebrew
I have an issue when attempting to use postgresql along with homebrew. After doing a completely clean install (and after upgrading from postgresql 9.1.3 to 9.2.4 and doing a system update of MacOS X) ...
0
votes
0answers
37 views
Segmentation fault when trying to \d table [closed]
I am getting a segmentation fault when I try to describe any table in the database:
papaya_development=# \d+ users;
[1] 42631 segmentation fault psql papaya_development'
I am able to get a ...
6
votes
2answers
4k views
Postgres could not connect to server
After I did brew update and brew upgrade, my postgres got some problem. I tried to uninstall postgres and install again, but it didn't work as well.
This is the error message.(I also got this error ...
0
votes
1answer
298 views
upgrading postgresql 9.1.2 (9.1.3) -> 9.2.1 via homebrew
In a round of upgrades I ended up (literally, it was the last upgrade left) updating postgresql via homebrew. It installed PostgreSQL 9.2.1.
I couldn't make it run:
Dart:~ Arta$ pg_ctl -D ...
