create database - Docs search results , p.12

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

reindexdb

recreated by writing multiple -i switches. -q --quiet Do not display progress messages. -s --system Reindex 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

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

18.4. Managing Kernel Resources

database sites. IPC parameters can be set in the System Administration Manager ( SAM ) under Kernel Configuration → Configurable Parameters . Choose Create

Chapter 27. Monitoring Database Activity

Database Activity Table of Contents 27.1. Standard Unix Tools 27.2. The Statistics Collector 27.2.1. Statistics Collection Configuration 27.2.2. Viewing Statistics 27.2.3. Statistics Functions 27.3. Viewing Locks 27.4. Progress Reporting 27.4.1. 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