runebookdev / runebook

runebook translate
189 stars 31 forks source link

ko/postgresql/e78726feeb2c4690a432f23c59d13fb4ceea2509/ea #1442

Closed lsktech closed 10 months ago

lsktech commented 1 year ago

The database named in the -d switch can be any database existing in the cluster; pg_restore only uses it to issue the CREATE DATABASE command for mydb. With -C, data is always restored into the database name that appears in the dump file.

-d 스위치 에 이름이 지정된 데이터베이스는 클러스터에 있는 모든 데이터베이스가 될 수 있습니다. pg_restore는 mydb 에 대한 CREATE DATABASE 명령을 실행 하는 데만 사용합니다 . -C 를 사용하면 데이터는 항상 덤프 파일에 나타나는 데이터베이스 이름으로 복원됩니다.