SQL Commands
This part contains reference information for the SQL commands supported by Redrock Postgres. By “SQL” the language in general is meant; information about the standards conformance and compatibility of each command can be found on the respective reference page.
Table of Contents
- ALTER DATABASE — change a database
- ALTER ROLE — change a database role
- ALTER UNDO — change the definition of an undo segment
- ALTER USER — change a database role
- CREATE DATABASE — create a new database
- CREATE TABLESPACE — define a new tablespace
- CREATE UNDO — define a new undo segment
- DROP DATABASE — remove a database
- DROP UNDO — remove an undo segment
- VACUUM — garbage-collect a database