To create a copy of a database, run the following command in psql: CREATE DATABASE [Database to create] WITH TEMPLATE [Database to copy] OWNER [Your ...
確定! 回上一頁