Just wondering how to go about assigning binary path to a remote server. I have pgAdmin on my personal computer, but the server (CentOS) that PostgreSQL resides on is at a different location.
Asked
Active
Viewed 4,616 times
0
1 Answers
1
You are getting this error because when using EXPLAIN or pg_dump from pgAdmin, the program uses the utilities in its install directory $DIR/../runtime or C:\Program Files (x86)\pgAdmin 4\v1\runtime to execute these commands. You can put this location in the Postgresql binary path and continue with the operation.
Lohit Gupta
- 253
- 1
- 10
EXPLAIN ANALYZEI get the error in the title. The error is related to this option in pgAdmin. The option is looking for the install location for PostgreSQL. All the examples I have seen use a local example, so curious if you can specify a remote. – cjones Aug 08 '17 at 15:05