Re: [GENERAL] pg_ctl written in c
Alexander Cohen wrote:
Alexander Cohen wrote:
Has anyone attempted to write a version of pg_ctl in C code? Is it in
the works anywhere?Someone attempted, but never completed it a few months ago, so no, no
one is working on it right now. Use initdb.c as an example.
Just to confirm, no one is currently working on a C version of pg_ctl,
right?
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Import Notes
Reply to msg id not found: D83D53BB-8C2F-11D8-A5BB-000A95B947DC@toomuchspace.com
Alexander Cohen wrote:
Alexander Cohen wrote:
Has anyone attempted to write a version of pg_ctl in C code? Is it in
the works anywhere?Someone attempted, but never completed it a few months ago, so no, no
one is working on it right now. Use initdb.c as an example.Just to confirm, no one is currently working on a C version of pg_ctl,
right?
About a year ago, I worked on a native Windows application to control and
run a cygwin version of PostgreSQL. It performed may of the functions of
pg_ctl.