File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.17 1998/04/27 14:43:02 scrappy Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/main/main.c,v 1.18 1998/04/30 14:25:13 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
35
35
It is highly recommended that the backend be started under it's own userid\n\
36
36
to prevent possible system security compromise. This can be accomplished\n\
37
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"
38
+ echo \"postmaster >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
39
39
40
40
int
41
41
main (int argc , char * argv [])
You can’t perform that action at this time.
0 commit comments