From 3b21c3e0bb431a4f005f82f9de7e088aabc19d97 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 15 Sep 2023 21:55:48 +0000 Subject: [PATCH] Improve config diff docs --- make_files/make_db.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index 8826980..03765ca 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -697,9 +697,9 @@ drop-public-root: ## db/pg_settings.new ## Save a file of all the configuration settings ## of the TARGET_DB. See the "compare-db" target. -## After changing a setting, create "db/pg_settings.new" -## and then rename it to "db/pg_settings" and commit -## the change to revision control. +## After changing a setting, create "db/pg_settings.new", +## rename it to "db/pg_settings", and commit the +## change to revision control. .PHONY: db/pg_settings.new db/pg_settings.new: printf '$(GET_PG_SETTINGS)\n' \ @@ -710,7 +710,7 @@ db/pg_settings.new: ## compare-db-settings ## Diff the configuration settings of the TARGET_DB ## with those in the "db/pg_settings" file. -## This ensures your database is configured as expected. +## This ensures your TARGET_DB is configured as expected. ## Before changing database settings run this target. .PHONY: compare-db-settings compare-db-settings: -- 2.34.1