PostgreSQL@12: Update caveats to display correct data dir path

master
Markus Wein 2020-11-18 14:26:20 +01:00 committed by Mike McQuaid
parent 3615e4a587
commit 486cefee66
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class PostgresqlAT12 < Formula
brew postgresql-upgrade-database
This formula has created a default database cluster with:
initdb --locale=C -E UTF-8 #{var}/postgres
initdb --locale=C -E UTF-8 #{var}/#{name}
For more details, read:
https://www.postgresql.org/docs/#{version.major}/app-initdb.html
EOS