create database - Docs search results , p.13

Chapter 21. Database Roles

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

F.37. pgcrypto

create security risks on careless usage. F.37.6.3. Security Limitations All pgcrypto functions run inside 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

21.6. Function Security

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

reindexdb

recreated by writing multiple -i switches. -q --quiet Do not display progress messages. -s --system Reindex database

20.3. Authentication Methods

database user is stored in the pg_authid system catalog. Passwords can be managed with the SQL commands CREATE

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 OPERATOR

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

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

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

11.1. Introduction

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

E.55. Release 10.3

database administrators and users), Section 33.1 (for application authors), Section 37.15.6 (for extension authors), and CREATE

5.10. Table Partitioning

database for a large ice cream company. The company measures peak temperatures every day as well as ice cream sales in each region. Conceptually, we want a table like: 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

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