CREATE-DATABASE Name Description Example Keywords Best Practice CREATE-DATABASE Name CREATE DATABASE Description This statement is used to create a new database (databas...
pg_database pg_database The pg_database system catalog table stores information about the available databases. Databases are created with the CREATE DATABASE SQL command. Unli...
Defining Database Objects Defining Database Objects This section covers data definition language (DDL) in Greenplum Database and how to create and manage database objects. Crea...
Database Application Interfaces Database Application Interfaces You may want to develop your own client applications that interface to Greenplum Database. PostgreSQL provides a ...
Securing Greenplum Database includes protecting access to the database through network configuration, database user authentication, and encryption. Configuring Client Authentica...
Securing Greenplum Database includes protecting access to the database through network configuration, database user authentication, and encryption. Configuring Client Authentica...
EXPORT DATABASE CONFIGURATION Description Syntax Supplement Example Reserved word Related links EXPORT DATABASE CONFIGURATION Description The EXPORT DATABASE CONFIGURATIO...