Catalogs: pg_file_settings
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_file_settings provides a summary of the contents of the server's configuration file(s). A row appears in this view for each

2025-01-10 15:47:30
Routine Vacuuming
  • References/Database/PostgreSQL/Maintenance

PostgreSQL databases require periodic maintenance known as vacuuming. For many installations, it is sufficient to

2025-01-10 15:47:30
Internals//Genetic Query Optimizer: Genetic Algorithms
  • References/Database/PostgreSQL/Internals/Genetic Query Optimizer

The genetic algorithm (GA) is a heuristic optimization method which operates through randomized search. The set of possible solutions for

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

NameDROP INDEX -- remove an index Synopsis

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

NameDROP TEXT SEARCH CONFIGURATION -- remove a text search configuration Synopsis

2025-01-10 15:47:30
SQL Dump
  • References/Database/PostgreSQL/Backup and Restore

The idea behind this dump method is to generate a file with SQL commands that, when fed back to the server, will recreate the database in the same state as it was at the time

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
Server Configuration: File Locations
  • References/Database/PostgreSQL/Server Configuration

In addition to the postgresql.conf file already mentioned, PostgreSQL uses two other manually-edited configuration

2025-01-10 15:47:30
File System Level Backup
  • References/Database/PostgreSQL/Backup and Restore

An alternative backup strategy is to directly copy the files that PostgreSQL uses to store the data in the database;

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

NameCREATE AGGREGATE -- define a new aggregate function Synopsis

2025-01-10 15:47:30