From 0ddd0725a4b795c613ab24bf1b0afb88a92bf8a9 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 16 Sep 2023 17:36:00 -0500 Subject: [PATCH] Make doc indentation consistant --- make_files/make_db.mk | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index 215f0ed..3475eb7 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -515,21 +515,23 @@ $(DB_TARGETS) db/creategroups.sql: %.sql: %.m4 $(DB_DEPENDS) ## ## If you are not on Azure and have a PostgreSQL installation: ## -## 1) If you already have a Postgres role that can login, create roles, and -## create databases then that role should be used as the administrative -## user. Otherwise, first create an administrative user (while logged in -## to Unix as root) with "create-adminuser". +## 1) If you already have a Postgres role that can login, create +## roles, and create databases then that role should be used as +## the administrative user. Otherwise, first create an +## administrative user (while logged in to Unix as root) with +## "create-adminuser". ## ## 2) Use the administrative user to create the "group" roles -## ("create-groups") and then the database ("init-database"). -## Hint: Use TARGET_DB=postgres for all of this, since your new database -## won't yet exist. -## -## 3) Drop the "public" schema. If you are using PG v15 or later use the -## "drop-public" target. If you have an administrative user that has -## true Postgres superuser privileges that can be used with the -## "drop-public" target. Otherwise use the "drop-public-root" target -## while logged in to Unix as the root user. +## ("create-groups") and then the database ("init-database"). +## Hint: Use TARGET_DB=postgres for all of this, since your new +## database won't yet exist. +## +## 3) Drop the "public" schema. If you are using PG v15 or later use +## the "drop-public" target. If you have an administrative user +## that has true Postgres superuser privileges that can be used +## with the "drop-public" target. Otherwise use the +## "drop-public-root" target while logged in to Unix as the root +## user. ## ## The "init-database" target creates a database owned by the admin group. ## -- 2.34.1