The pg_database system catalog table stores information about the available databases. Databases are created with the CREATE DATABASE SQL command. Unlike most system catalogs, p...
The pg_database system catalog table stores information about the available databases. Databases are created with the CREATE DATABASE SQL command. Unlike most system catalogs, p...
You may want to develop your own client applications that interface to Greenplum Database. PostgreSQL provides a number of database drivers for the most commonly used database app...
Database Plugins Generic connection Database Plugins Creating a database connection in HOP is done using one of the many database types available, or you can create a generic c...
Creating an application with a database Creating a project Deploying the front-end component Deploying a database in interactive mode Deploying a database manually Connecting t...
Creating an application with a database Creating a project Deploying the front-end component Deploying a database in interactive mode Deploying a database manually Connecting t...
Greenplum Database Concepts Greenplum Database Concepts This section provides an overview of Greenplum Database components and features such as high availability, parallel data ...
CREATE-DATABASE Name Description Example Keywords Best Practice CREATE-DATABASE Name CREATE DATABASE Description 该语句用于新建数据库(database) 语法: CREATE DATABASE [ IF NOT EXI...
DROP-DATABASE Name Description Example Keywords Best Practice DROP-DATABASE Name DOPR DATABASE Description This statement is used to delete the database (database) gramm...