summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-02-08 19:53:33 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-02-08 19:53:33 +0000
commitbbac19a973f788b3e4d211aab943456b5dfac2dc (patch)
treec67aad65c37dd1721226091fe8ca6cd474797f23 /contrib/README
parent088c0b9546e4f90f305a87bc67638836a08d34ed (diff)
downloadpostgresql-bbac19a973f788b3e4d211aab943456b5dfac2dc.tar.gz
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.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README13
1 files changed, 3 insertions, 10 deletions
diff --git a/contrib/README b/contrib/README
index 395cf5cd61..1c48989c4c 100644
--- a/contrib/README
+++ b/contrib/README
@@ -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>