2025-03-14 21:59:59 -06:00
|
|
|
# initdb
|
|
|
|
|
|
|
|
|
|
> 디스크에 PostgreSQL 데이터베이스를 생성.
|
2025-12-16 10:20:31 -07:00
|
|
|
> 더 많은 정보: <https://www.postgresql.org/docs/current/app-initdb.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- `/usr/local/var/postgres`에 데이터베이스를 생성:
|
|
|
|
|
|
|
|
|
|
`initdb -D /usr/local/var/postgres`
|