We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc7f73 commit 9df0306Copy full SHA for 9df0306
contrib/start-scripts/linux
@@ -24,7 +24,7 @@
24
25
# Original author: Ryan Kirkpatrick <pgsql@rkirkpat.net>
26
27
-# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.4 2003/06/12 02:02:24 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/start-scripts/linux,v 1.5 2003/07/26 20:42:55 momjian Exp $
28
29
## EDIT FROM HERE
30
@@ -83,6 +83,7 @@ case $1 in
83
echo -n "Reload PostgreSQL: "
84
su - $PGUSER -c "$DAEMON reload -D '$PGDATA' -s"
85
echo "ok"
86
+ ;;
87
status)
88
su - $PGUSER -c "$DAEMON status -D '$PGDATA'"
89
;;
0 commit comments