create database - Docs search results , p.11

ALTER TABLE

CREATE TABLE PARTITION OF will use that tablespace, unless the TABLESPACE clause is used to override it. All tables in the current database

Appendix L. Acronyms

Database Management System DDL Data Definition Language , SQL commands such as CREATE TABLE , ALTER USER

Part II. The SQL Language

create the structures to hold data, how to populate the database, and how to query

37.9. Internal Functions

database cluster (see Section 18.2 ), but a user could use CREATE FUNCTION to create additional

9.25. System Information Functions and Operators

database in a particular way. Its argument possibilities are analogous to has_table_privilege . The desired access privilege type must evaluate to some combination of CREATE

11.2. Index Types

database does not use the C locale you will need to create the index with

45.7. Database Access

created by plpy.cursor with DB-API cursors as defined by the Python Database API specification

40.4. Rules on INSERT, UPDATE, and DELETE

database. To make it a little harder for PostgreSQL , we don't delete it directly. Instead we create

CREATE FUNCTION

CREATE TRANSFORM . Procedural language implementations usually have hardcoded knowledge of the built-in types, so those don't need to be listed here. If a procedural language implementation does not know how to handle

E.4. Release 12.16

DATABASE . Ensure that partitioned indexes are correctly marked as valid or not at creation (Michael

11.3. Multicolumn Indexes

CREATE TABLE test2 ( major int, minor int, name varchar ); (say, you keep your /dev directory in a database

39.1. Overview of Event Trigger Behavior

database in which it is defined. Currently, the only supported events are ddl_command_start , ddl_command_end , table_rewrite and sql_drop . Support for additional events may be added in future releases

Chapter 21. Database Roles

create and manage roles. More information about the effects of role privileges on various database

19.8. Error Reporting and Logging

CREATE TABLE postgres_log ( log_time timestamp(3) with time zone, user_name text, database

F.25. pgcrypto

create security risks on careless usage. F.25.6.3. Security Limitations All pgcrypto functions run inside the database