Starting the Database Server
  • References/Database/PostgreSQL/Server Setup and Operation

Before anyone can access the database, you must start the database server. The database server program is called postgres. The

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

NameALTER SERVER -- change the definition of a foreign server Synopsis

2025-01-10 15:47:30
1.
  • References/Database/PostgreSQL/Tutorial/Getting Started

Before you can use PostgreSQL you need to install it, of course. It is possible that PostgreSQL is already

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

This section describes functions and operators for examining and manipulating string values. Strings in this context include values of the types character

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

The catalog pg_attribute stores information about table columns. There will be exactly one pg_attribute row

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

NameBEGIN -- start a transaction block Synopsis

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

The catalog pg_database stores information about the available databases. Databases are created with the

2025-01-10 15:47:30
Index Types
  • References/Database/PostgreSQL/Indexes

PostgreSQL provides several index types: B-tree, Hash, GiST, SP-GiST, GIN and BRIN. Each index type uses a different algorithm that is best

2025-01-10 15:47:30
intagg
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The intagg module provides an integer aggregator and an enumerator. intagg is now obsolete, because there are built-in

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