Can I remotely restart a PostgreSQL server throught PGAdmin ? The user I currently is the administrative privileges.
Regards,
Dino
|
Can I remotely restart a PostgreSQL server throught PGAdmin ? The user I currently is the administrative privileges. Regards, Dino |
|||
|
|
I don't think there is such possibility. At best you can reload connected PostgreSQL server using
Command:
You can also install adminpack contrib module and reload server using Tools menu. EDIT: According to pgAdmin documentation:
You can try use Start Service/Stop Service options (in Tools menu) to restart remote server. |
|||||||||
|