Object Identifier Types
  • References/Database/PostgreSQL/Data Types

Object identifiers (OIDs) are used internally by PostgreSQL as primary keys for various system tables. OIDs are not added to user-created tables

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

NameLISTEN -- listen for a notification Synopsis

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

Namepg_receivexlog -- stream transaction logs from a PostgreSQL server

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

NameALTER COLLATION -- change the definition of a collation Synopsis

2025-01-10 15:47:30
Catalogs: pg_stats
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_stats provides access to the information stored in the

2025-01-10 15:47:30
1.
  • References/Database/PostgreSQL/Tutorial/The SQL Language

This chapter provides an overview of how to use SQL to perform simple operations. This tutorial is only intended to give you an introduction

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

NameSECURITY LABEL -- define or change a security label applied to an object Synopsis

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

NameMOVE -- position a cursor Synopsis

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
pg_basebackup
  • References/Database/PostgreSQL/Applications

Namepg_basebackup -- take a base backup of a PostgreSQL cluster

2025-01-10 15:47:30