Server Configuration: Error Handling
  • References/Database/PostgreSQL/Server Configuration

exit_on_error (boolean) If true, any error will terminate the current session

2025-01-10 15:47:30
3.
  • References/Database/PostgreSQL/Tutorial/Advanced Features

Recall the weather and cities tables from Chapter 2. Consider the following problem: You want to make sure that

2025-01-10 15:47:30
COMMIT
  • References/Database/PostgreSQL/Commands

NameCOMMIT -- commit the current transaction Synopsis

2025-01-10 15:47:30
CREATE FUNCTION
  • References/Database/PostgreSQL/Commands

NameCREATE FUNCTION -- define a new function Synopsis

2025-01-10 15:47:30
SET
  • References/Database/PostgreSQL/Commands

NameSET -- change a run-time parameter Synopsis

2025-01-10 15:47:30
Internals: PostgreSQL Rule System
  • References/Database/PostgreSQL/Internals

PostgreSQL supports a powerful rule system for the specification of views and ambiguous

2025-01-10 15:47:30
DROP DATABASE
  • References/Database/PostgreSQL/Commands

NameDROP DATABASE -- remove a database Synopsis

2025-01-10 15:47:30
psql
  • References/Database/PostgreSQL/Applications

Name psql -- PostgreSQL interactive terminal

2025-01-10 15:47:30
Preventing Server Spoofing
  • References/Database/PostgreSQL/Server Setup and Operation

While the server is running, it is not possible for a malicious user to take the place of the normal database server. However, when the server is down, it is possible for a

2025-01-10 15:47:30
Bit String Functions and Operators
  • References/Database/PostgreSQL/Functions/Bit String

This section describes functions and operators for examining and manipulating bit strings, that is values of the types bit and bit

2025-01-10 15:47:30