- Cisco Sensitive Routing User Guide

2-18
Cisco Carrier Sensitive Routing User Guide
Chapter2 PostgreSQL Database Operations and Functionalities
Database Functionalities
Note Tables IngressRoutes_1, IngressRoutes_2, EgressRoutes_1, and EgressRoutes_2 can inherit
from this QoS table.
PostgreSQL Database Command Summary
Following is a summary of frequently used postgreSQL commands. Refer to the online manual pages
and help section for more information.
createdbCreates a new database in postgreSQL. A database name is required when using this
command.
createuserCreates a postgreSQL user. A user name is required when using this command.
dropdbRemoves a database from postgreSQL. A database name is required when using this
command.
dropuserRemoves a postgreSQL user. A user name is required when using this command.
initdbCreates a new postgreSQL database installation. This command is used only once when the
database is installed. It creates the base directory. This command cannot be used again.
psqlSQL interface to the postgreSQL databases. A database name is required when using this
command.
vacuumdbCleans and analyzes a postgreSQL database.