1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Remove outdated contrib/linux start scripts. Beat some sense into

contrib/init.d start script.  Place into more aptly named directory.  Maybe
we could add scripts for other platforms here later.
This commit is contained in:
Peter Eisentraut
2001-02-08 19:53:33 +00:00
parent 088c0b9546
commit bbac19a973
6 changed files with 93 additions and 340 deletions

View File

@ -47,11 +47,6 @@ fulltextindex -
Full text indexing using triggers
by Maarten Boekhold <maartenb@dutepp0.et.tudelft.nl>
init.d -
Init.d-style scripts for starting and stopping the PostgreSQL
server by Ryan Kirkpatrick <pgsql@rkirkpat.net>
intarray -
Index support for arrays of int4, using GiST
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
@ -61,11 +56,6 @@ isbn_issn -
PostgreSQL type extensions for ISBN (books) and ISSN (serials)
by Garrett A. Wollman <wollman@khavrinen.lcs.mit.edu>
linux -
Scripts for starting and stopping the PostgreSQL server on
a Linux system
by Thomas Lockhart <lockhart@alumni.caltech.edu>
lo -
Large Object maintenance
by Peter Mount <peter@retep.org.uk>
@ -123,6 +113,9 @@ soundex -
spi -
Various trigger functions, examples for using SPI.
start-scripts -
Scripts for starting the server at boot time.
string -
C-like input/output conversion routines for strings
by Massimo Dal Zotto <dz@cs.unitn.it>