XML Type
  • References/Database/PostgreSQL/Data Types

The xml data type can be used to store XML data. Its advantage over storing XML data in a text field is that it checks the

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

The geometric types point, box, lseg, line, path

2025-01-10 15:47:30
Internals//GIN Indexes
  • References/Database/PostgreSQL/Internals/GIN Indexes

GIN stands for Generalized Inverted Index. GIN is designed for handling cases where the items to be indexed

2025-01-10 15:47:30
Boolean Type
  • References/Database/PostgreSQL/Data Types

PostgreSQL provides the standard SQL type boolean; see Table 8-19. The

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

NameALTER DEFAULT PRIVILEGES -- define default access privileges Synopsis

2025-01-10 15:47:30
Foreign Data
  • References/Database/PostgreSQL/Data Definition

PostgreSQL implements portions of the SQL/MED specification, allowing you to access data that resides outside PostgreSQL using regular SQL

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

The view pg_views provides access to useful information about each view in the database.

2025-01-10 15:47:30
Shutting Down the Server
  • References/Database/PostgreSQL/Server Setup and Operation

There are several ways to shut down the database server. You control the type of shutdown by sending different signals to the master postgres process

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

NameCOMMENT -- define or change the comment of an object Synopsis

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

WITH provides a way to write auxiliary statements for use in a larger query. These statements, which are often referred to as Common Table Expressions

2025-01-10 15:47:30