From 6eb9c5a5657d1fe77b55cc261450f3538d35a94d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:19:15 +0200 Subject: Adding upstream version 13.4. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/postgres-user.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/src/sgml/html/postgres-user.html (limited to 'doc/src/sgml/html/postgres-user.html') diff --git a/doc/src/sgml/html/postgres-user.html b/doc/src/sgml/html/postgres-user.html new file mode 100644 index 0000000..11c096f --- /dev/null +++ b/doc/src/sgml/html/postgres-user.html @@ -0,0 +1,20 @@ + +18.1. The PostgreSQL User Account

18.1. The PostgreSQL User Account

+ As with any server daemon that is accessible to the outside world, + it is advisable to run PostgreSQL under a + separate user account. This user account should only own the data + that is managed by the server, and should not be shared with other + daemons. (For example, using the user nobody is a bad + idea.) In particular, it is advisable that this user account not own + the PostgreSQL executable files, to ensure + that a compromised server process could not modify those executables. +

+ Pre-packaged versions of PostgreSQL will + typically create a suitable user account automatically during + package installation. +

+ To add a Unix user account to your system, look for a command + useradd or adduser. The user + name postgres is often used, and is assumed + throughout this book, but you can use another name if you like. +

\ No newline at end of file -- cgit v1.2.3