Pushing init scripts into contrib/
Hi,
PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist
I suggest to push the init scripts again into contrib/, for people who
don'u use packaged versions and need init scripts.
We could supply different scripts for different platforms, like the init
scripts of our RPMs, init scripts of Debian, etc.
Any objections?
Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/
Devrim GUNDUZ <devrim@commandprompt.com> writes:
PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist
Aren't those dead versions of what's now in contrib/start-scripts/ ?
regards, tom lane
Devrim GUNDUZ wrote:
Hi,
PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlist
I suggest to push the init scripts again into contrib/, for people who
don'u use packaged versions and need init scripts.We could supply different scripts for different platforms, like the
init scripts of our RPMs, init scripts of Debian, etc.Any objections?
There are too many versions of too many platforms to have to keep up
with, IMNSHO. Might be a good pgfoundry project, just as the binary
distros are.
cheers
andrew
There are too many versions of too many platforms to have to keep up
with, IMNSHO. Might be a good pgfoundry project, just as the binary
distros are.
In general yes BUT it seems like a good idea to have:
Linux
FreeBSD
MacOSX
Solaris
As though are the most popular platforms.
Sincerely,
Joshua D. Drake
Show quoted text
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
Hi,
On Mon, 26 Dec 2005, Tom Lane wrote:
Devrim GUNDUZ <devrim@commandprompt.com> writes:
PostgreSQL source tree had init scripts in contrib/ years before:
http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/linux/?hideattic=0#dirlistAren't those dead versions of what's now in contrib/start-scripts/ ?
Oh... I haven't seen start-scripts :(
Thanks.
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/