7.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

Like most other relational database products, PostgreSQL supports aggregate functions. An aggregate function computes

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

NameDELETE -- delete rows of a table Synopsis

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

This section describes functions for operating on sequence objects, also called sequence generators or just sequences. Sequence objects are special

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

NameRESET -- restore the value of a run-time parameter to the default value Synopsis

2025-01-10 15:47:30
Combining Queries
  • References/Database/PostgreSQL/Queries

The results of two queries can be combined using the set operations union, intersection, and difference. The syntax is

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

NameCREATE VIEW -- define a new view Synopsis

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

Namepg_rewind -- synchronize a PostgreSQL data directory with another data directory that was forked from it

2025-01-10 15:47:30
Date/Time Types
  • References/Database/PostgreSQL/Data Types

PostgreSQL supports the full set of SQL date and time types, shown in Table 8-9. The operations available

2025-01-10 15:47:30
Comparison of Different Solutions
  • References/Database/PostgreSQL/High Availability

Shared Disk Failover Shared disk failover avoids synchronization overhead by having only one copy of the database. It uses a single

2025-01-10 15:47:30
Updating Data
  • References/Database/PostgreSQL/Data Manipulation

The modification of data that is already in the database is referred to as updating. You can update individual rows, all the rows in a table, or a subset of all rows. Each

2025-01-10 15:47:30