Internals: Row Estimation Examples
  • References/Database/PostgreSQL/Internals

The examples shown below use tables in the PostgreSQL regression test database. The outputs shown are taken from version 8.3. The behavior

2025-01-10 15:47:30
CREATE TEXT SEARCH TEMPLATE
  • References/Database/PostgreSQL/Commands

NameCREATE TEXT SEARCH TEMPLATE -- define a new text search template Synopsis

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

NameDEALLOCATE -- deallocate a prepared statement Synopsis

2025-01-10 15:47:30
DROP TEXT SEARCH PARSER
  • References/Database/PostgreSQL/Commands

NameDROP TEXT SEARCH PARSER -- remove a text search parser Synopsis

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

btree_gin provides sample GIN operator classes that implement B-tree equivalent behavior for the data types int2,

2025-01-10 15:47:30
Performance Tips: Controlling the Planner with Explicit JOIN Clauses
  • References/Database/PostgreSQL/Performance Tips

It is possible to control the query planner to some extent by using the explicit JOIN syntax. To see why this matters, we first need some background

2025-01-10 15:47:30
Text Search Types
  • References/Database/PostgreSQL/Data Types

PostgreSQL provides two data types that are designed to support full text search, which is the activity of searching through a collection of

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

NameCREATE POLICY -- define a new row level security policy for a table Synopsis

2025-01-10 15:47:30
Full Text Search
  • References/Database/PostgreSQL/Full Text Search

Full Text Searching (or just text search) provides the capability to identify natural-language documents that satisfy a

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

When you create complex database structures involving many tables with foreign key constraints, views, triggers, functions, etc. you implicitly create a net of dependencies

2025-01-10 15:47:30