错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

PostgreSQL Post-Installation Tasks

  • Venkateswara Vadlamani

摘要

On a day-to-day basis, several tasks are performed by the DBA to support the PostgreSQL database environment. With the command-line interactive psql program you can work on all administrative tasks of PostgreSQL. You can deploy all scripts interactively or with a crontab scheduler. The DBA is responsible for deploying all scripts in the production environment. Day-to-day tasks include the creation of user databases, users, schemas, grants, and roles on database objects along with table copy procedures and providing database object size estimates.