Re: [pgsql-advocacy] win32 binary downloads
"Merlin Moncure" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
> A GUI layer over initdb and pg_ctl might make Windows users feel more
at
> home. IIRC pgadmin doesn't help there. Maybe another pgfoundry
project?
We already have one: it's called the 'service manager' :).
The binary installer, which is mostly already done, will install the
service and run initdb. After that admins can use the usual methods to
start/stop the service. (net stop, etc.). Same for initdb.
If the service isn't running you can invoke pg_ctl or the postmaster
directly, just like in unix. If you didn't run the installer or elected
to install the service manually, this is done by invoking pg_ctl
register.
> Also, a GUI configuration helper would be *really* nice.
meh. In the long run it's probably better just to edit the .conf file
directly.
Merlin
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [email protected])