After trying to connect to Postgresql 16.2 on port 5433 (via sql edge) psql -h localhost -p 5433, I was met with the following error:
12:04AM DBG connected to local
12:04AM DBG connected to remote "postgres://sqledger:secret@localhost:5432/abujamdb?application_name=sqledge", pinging
12:04AM DBG connected to remote db, listening on localhost:5433
12:04AM DBG starting streaming
12:04AM DBG starting copy
12:04AM DBG BEGIN TRANSACTION ISOLATION LEVEL REPEATABLE READ READ ONLY;SET TRANSACTION SNAPSHOT '00000007-0000002C-1';
12:04AM DBG COMMIT
12:04AM DBG finished copy
12:04AM DBG starting slot from pos: "0/76F2250"
12:05AM DBG startup message size: 82
12:05AM DBG auth ok: len: 8, R
12:05AM DBG backend key data: len: 12, id: 1234, secret: 5678, K
12:05AM DBG ready for query: len: 5 Z
12:05AM DBG completed startup
12:05AM DBG querying: "select version()"
12:05AM ERR local query error="no such function: version"
12:05AM ERR error in pgwire error="failed to query local: no such function: version"
Could the newer version of Postgres be the cause of this issue? Appreciating your support.
After trying to connect to Postgresql 16.2 on port 5433 (via sql edge)
psql -h localhost -p 5433, I was met with the following error:Could the newer version of Postgres be the cause of this issue? Appreciating your support.