Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
185 views

I am working through the book Practical SQL by Anthony DeBarros. I am on chapter 6 and came across this code: SELECT county_name AS county, state_name AS state, area_water::numeric / (...
0 votes
1 answer
3k views

Problem When I tried to turn on Postgres 15 database via Postgres.app on Port 5432 specifically, it doesn't work and won't turn on. I've tried everything in my power to resolve this but I can't seem ...
-1 votes
1 answer
968 views

I just installed postgres.app, but when I try to start the server I get the following error: After checking some answers in a similar thread I verified that my PATH is defined correctly and that no ...
0 votes
0 answers
452 views

I installed postgres.app 2.4.2 on macos(big sur 11.4). I wanted to initdb with locale=C, so run the command initdb -D "/Users/xxx/Library/Application Support/Postgres/var-131" -U postgres --...
0 votes
0 answers
334 views

I'm developing a Rails application with a postgresql database. MacOS 10.15.3 ruby 2.6.3p62 postgres 12.3 I took a break and when I came back my laptop was slow to wake up. After pressing the on/off ...
0 votes
2 answers
81 views

For months now, a ruby (sinatra) app "foo.rb" on my dev't Mac has been using a remote Heroku-hosted Postgres database. The app does not use ANY local database, neither in development nor production. ...
jpw's user avatar
  • 19.3k
3 votes
1 answer
5k views

How do I stop a particular Postgres.app cluster without using the gui. Instead of gui, I want to use bash/Terminal.app I should also point out that, Postgres app has a menu like this So if I do a ...
6 votes
1 answer
6k views

After reading official websites as well as conducting Google research I still do not clearly understand how pgAdmin and Postgres.app relate to one another? For example, I can simultaneously run two ...
0 votes
0 answers
283 views

When I type 'psql' into terminal, or when I try to connect to the server using Postgres.app I get "/Applications/Postgres.app/Contents/Versions/9.6/bin/psql" -p5432 -d "postgres" psql: could not ...
3 votes
3 answers
2k views

I got postgres.app running locally on my Mac and would like my local docker container to be able to connect to it. How do I best do this? I found this post that suggests to pass the Docker host’s IP ...
0 votes
0 answers
232 views

I have succesfully installed Postgres.App. It works just fine if I have this in settings.py: GEOS_LIBRARY_PATH="/Applications/Postgres.app/Contents/Versions/latest/lib/libgeos_c.dylib" If I remove ...
Paapaa's user avatar
  • 242
15 votes
1 answer
24k views

With a regular postgres install, I would do this either by sending SIGHUP to the postgres process, or by running pg_ctl reload. With Postgres.app, however, I'm unsure about where to send SIGHUP (to ...
10 votes
2 answers
30k views

I have installed Postgres.app from here (http://postgresapp.com) a couple of days ago. It comes with Postgres 9.4.4. Today I realised that the software I am using officially supports only Postgres 9....
Grinch's user avatar
  • 197
3 votes
1 answer
1k views

I am running Yosemite and have had the Postgres.app running with no issues for months. I started the app today and got this error Could not initialize database cluster. initdb: could not create ...
jhamm's user avatar
  • 25.1k
3 votes
3 answers
11k views

I've only used MySQL before. Postgres is a little different for me. I'm trying to use the Postgres.app for OSX. I have a database dump from our development server, and I want to create the correct ...

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /