mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
No reason to show flags in root error message.
This commit is contained in:
parent
51a1741cfb
commit
65b5eb5add
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -35,7 +35,7 @@
|
|||||||
It is highly recommended that the backend be started under it's own userid\n\
|
It is highly recommended that the backend be started under it's own userid\n\
|
||||||
to prevent possible system security compromise. This can be accomplished\n\
|
to prevent possible system security compromise. This can be accomplished\n\
|
||||||
by placing the following command in the PostgreSQL startup script.\n\n\
|
by placing the following command in the PostgreSQL startup script.\n\n\
|
||||||
echo \"postmaster -B 256 >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
|
echo \"postmaster >/var/log/pglog 2>&1 &\" | su - postgres\n\n"
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
Loading…
Reference in New Issue
Block a user