Ticket #141 (closed feature: fixed)

Opened 2 years ago

Last modified 22 months ago

Provide a way to reload conf

Reported by: gleu Owned by: gleu
Priority: minor Milestone: 1.12
Component: pgadmin Version: 1.10
Keywords: browser Cc:
Platform: all

Description

We probably should have a menu item "Reload configuration" in the server contextual menu.

Attachments

ticket141_v1.patch Download (2.6 KB) - added by gleu 22 months ago.
v1 patch

Change History

Changed 2 years ago by mha

Probably a good idea, yes. But we also need to detect and tell the user if we had any error doing the reload, so we can't just send the signal!

Changed 2 years ago by gleu

The only error we can get is if the user is not a PostgreSQL superuser. If the user tried to reload some changes that should have required a restart, we won't know. The only way to get that kind information is from the log files.

Changed 2 years ago by dpage

Why is this useful? The only places in pgAdmin where you can change the server config already have reload buttons.

Changed 2 years ago by gleu

I have a customer who works a lot with pgAdmin. He changed his config file, and wanted to reload the server. He could have used the menu item in the Windows menu, but didn't remember it. He went to pgAdmin, could not use the config editor (he doesn't have the adminpack module installed), but went directly to pgAdmin and tried the server contextual menu... and found nothing.

Probably not the best example. But I was also surprised we didn't have that contextual menu.

Changed 22 months ago by gleu

  • owner changed from dpage to gleu
  • status changed from new to assigned
  • version changed from trunk to 1.10

Changed 22 months ago by gleu

v1 patch

Changed 22 months ago by gleu

  • status changed from assigned to closed
  • resolution set to fixed
  • milestone set to 1.12

Changed 22 months ago by gleu

Done in r8271.

Note: See TracTickets for help on using tickets.