We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a1741 commit 65b5eb5Copy full SHA for 65b5eb5
src/backend/main/main.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.17 1998/04/27 14:43:02 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.18 1998/04/30 14:25:13 momjian Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -35,7 +35,7 @@
35
It is highly recommended that the backend be started under it's own userid\n\
36
to prevent possible system security compromise. This can be accomplished\n\
37
by placing the following command in the PostgreSQL startup script.\n\n\
38
-echo \"postmaster -B 256 >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
+echo \"postmaster >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
39
40
int
41
main(int argc, char *argv[])
0 commit comments