aboutsummaryrefslogtreecommitdiff
path: root/postgresql/README
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-11-29 10:35:20 -0500
committerSlack Coder <slackcoder@server.ky>2024-03-12 16:38:56 -0500
commitb9eaaf853abd4250a6bc424914dae5189bc23de6 (patch)
tree873ca2d04e4c7f5516876822dafd0f0b38b01f5b /postgresql/README
parentd978a115ef800c22e5cc1a30d075b26c896cabad (diff)
downloadslackbuilds-b9eaaf853abd4250a6bc424914dae5189bc23de6.tar.xz
Add GNU Taler
Add the following packages and dependencies to build them from their git source repositories. - taler-exchange - taler-merchant - libeufin
Diffstat (limited to 'postgresql/README')
-rw-r--r--postgresql/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/postgresql/README b/postgresql/README
new file mode 100644
index 0000000..5e488da
--- /dev/null
+++ b/postgresql/README
@@ -0,0 +1,14 @@
+PostgreSQL is an advanced object-relational database management
+system (ORDBMS) based on POSTGRES. With more than 15 years of
+development history, it is quickly becoming the de facto
+database for enterprise level open source solutions.
+
+Before you can run postgresql you'll need to create the database;
+please see README.SBo.
+
+You need a "postgres" user and group prior to building postgresql.
+Something like this will suffice for most systems:
+ groupadd -g 209 postgres
+ useradd -u 209 -g 209 -d /var/lib/pgsql postgres
+Feel free to use a different uid and gid if desired, but 209 is
+recommended to avoid conflicts with other stuff from SlackBuilds.org.