This could be an intermittent issue, could you please try to re-login and see if that solve the problem?
Also, you can also check if the shared_preload_libraries
configuration parameter includes the "vector" extension. You can check this by running the following query:
SHOW shared_preload_libraries
If the "vector" extension is not included in the list, you can add it by modifying the postgresql.conf
file and restarting the PostgreSQL server.
I hope this helps. Let me know if you have any further questions.
Regards,
Oury