From 97ae5e07d32d11c93259d6ebf474d2fc4af6a5d8 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 10 Sep 2023 14:31:49 -0500 Subject: [PATCH] Fix connection db in hint --- make_files/make_db.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index 8b4f691..728a124 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -455,7 +455,7 @@ $(DB_TARGETS): %.sql: %.m4 $(DB_DEPENDS) ## Usage: ## The expectation is that first an administrative user will be created, then ## a database created -- owned by the newly created role. -## Hint: Use TARGET_DB=template1 when doing this, since your new database +## Hint: Use TARGET_DB=postgres when doing this, since your new database ## won't yet exist. ## -- 2.34.1