Mathematical Functions and Operators
  • References/Database/PostgreSQL/Functions/Mathematical

Mathematical operators are provided for many PostgreSQL types. For types without standard mathematical conventions (e.g., date/time types)

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

The view pg_timezone_names provides a list of time zone names that are recognized by SET TIMEZONE, along with their

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

You can update existing rows using the UPDATE command. Suppose you discover the temperature readings are all off by 2 degrees after November 28

2025-01-10 15:47:30
Log File Maintenance
  • References/Database/PostgreSQL/Maintenance

It is a good idea to save the database server's log output somewhere, rather than just discarding it via /dev/null. The log output is invaluable

2025-01-10 15:47:30
Character Set Support
  • References/Database/PostgreSQL/Localization

The character set support in PostgreSQL allows you to store text in a variety of character sets (also called encodings), including single-byte

2025-01-10 15:47:30
Creating a Database Cluster
  • References/Database/PostgreSQL/Server Setup and Operation

Before you can do anything, you must initialize a database storage area on disk. We call this a database cluster. (The SQL

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

The behavior of a custom text search configuration can easily become confusing. The functions described in this section are useful for testing text search objects. You can

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

NameDROP CONVERSION -- remove a conversion Synopsis

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

NameREINDEX -- rebuild indexes Synopsis

2025-01-10 15:47:30
Concurrency Control
  • References/Database/PostgreSQL/Concurrency Control

PostgreSQL provides a rich set of tools for developers to manage concurrent access to data. Internally, data consistency is maintained by using

2025-01-10 15:47:30