Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37486871
en ru br
ALT Linux repos
S:11.21-alt3

Group :: Databases
RPM: postgresql11

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0001-Add-postgresql-startup-method-through-service-1-to-i.patch
Download


diff -ruN postgresql.orig/src/bin/initdb/initdb.c postgresql/src/bin/initdb/initdb.c
--- postgresql.orig/src/bin/initdb/initdb.c	2017-08-30 23:38:41.176973658 +0800
+++ postgresql/src/bin/initdb/initdb.c	2017-08-30 23:57:54.621654434 +0800
@@ -3260,6 +3260,8 @@
 	appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile"));
 
 	printf(_("\nSuccess. You can now start the database server using:\n\n"
+			 "    service postgresql start\n"
+			 "or\n"
 			 "    %s\n\n"),
 		   start_db_cmd->data);
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin