create database - Docs search results , p.13

40.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 22. Database Roles

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

22.6. Function Security

create objects. Functions run inside the backend server process with the operating system permissions of the database

36.7. Using Descriptor Areas

create a prepared statement. EXEC SQL BEGIN DECLARE SECTION; char query[1024] = "SELECT d.oid, * FROM pg_database

30.6. WAL Internals

database files. This can be achieved by moving the pg_wal directory to another location (while the server is shut down, of course) and creating

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

20.8. Error Reporting and Logging

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

CREATE OPERATOR

database. Examples The following command defines a new operator, area-equality, for the data type box : CREATE

19.11. Secure TCP/IP Connections with SSH Tunnels

create a terminal session. You could also have set up port forwarding as ssh -L 63333: joe@foo.com but then the database

44.9. Explicit Subtransactions in PL/Tcl

database operations in an explicit subtransaction, which will succeed or roll back as a whole. PL/Tcl provides a subtransaction command to manage this. We can rewrite our function as: CREATE

11.1. Introduction

database programmer to foresee which indexes will be useful. The following command can be used to create

38.4. User-Defined Procedures

database object similar to a function. The key differences are: Procedures are defined with the CREATE

41.5. Rules and Privileges

CREATE VIEW phone_number AS SELECT person, CASE WHEN NOT private THEN phone END AS phone FROM phone_data; GRANT SELECT ON phone_number TO assistant; Nobody except that user (and the database

5. Bug Reporting Guidelines

CREATE TABLE and INSERT statements, if the output should depend on the data in the tables. We do not have the time to reverse-engineer your database

Chapter 25. Routine Database Maintenance Tasks

database administrator's responsibility to set up appropriate scripts, and to check that they execute successfully. One obvious maintenance task is the creation