create database - Docs search results , p.13

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

21.6. Function Security

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

35.7. Using Descriptor Areas

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

70.2. System Catalog Initial Data

created while running the information_schema.sql script, receive OIDs of 12000 or above. OIDs assigned during normal database

29.5. 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

19.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

24.1. Routine Vacuuming

database-wide default using the default_statistics_target configuration parameter. Also, by default there is limited information available about the selectivity of functions. However, if you create

18.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

43.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

37.4. User-Defined Procedures

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

40.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