About 29,600 results
Open links in new tab
  1. 9.9. Date/Time Functions and Operators - PostgreSQL

    Nov 13, 2025 · You should be familiar with the background information on date/time data types from Section 8.5. In addition, the usual comparison operators shown in Table 9.1 are available for the …

  2. PostgreSQL: Documentation: 18: 8.5. Date/Time Types

    Nov 13, 2025 · Date and time input is accepted in almost any reasonable format, including ISO 8601, SQL -compatible, traditional POSTGRES, and others. For some formats, ordering of day, month, and …

  3. PostgreSQL: Documentation: 18: Chapter 8. Data Types

    Nov 13, 2025 · Each data type has an external representation determined by its input and output functions. Many of the built-in types have obvious external formats. However, several types are …

  4. PostgreSQL: The world's most advanced open source database

    1 day ago · The official site for PostgreSQL, the world's most advanced open source database

  5. PostgreSQL: Documentation: 18: 9.8. Data Type Formatting Functions

    Nov 13, 2025 · The PostgreSQL formatting functions provide a powerful set of tools for converting various data types (date/time, integer, floating point, numeric) to formatted strings and for converting …

  6. PostgreSQL 17 Released!

    Sep 26, 2024 · This release expands on functionality both for managing data in partitions and data distributed across remote PostgreSQL instances. PostgreSQL 17 supports using identity columns …

  7. Working with Dates and Times in PostgreSQL

    Dec 13, 2014 · One of PostgreSQL's joys is a robust support of a variety of date and time data types and their associated operators. This has allowed me to write calendaring applications in PostgreSQL …

  8. PostgreSQL: Documentation: 18: B.3. Date/Time Key Words

    Nov 13, 2025 · B.3. Date/Time Key Words # Table B.1 shows the tokens that are recognized as names of months. Table B.1. Month Names ... Table B.2 shows the tokens that are recognized as names of …

  9. Documentation - PostgreSQL

    November 13, 2025: PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 Released!

  10. PostgreSQL: Documentation: 6.3: Date/Time Types

    Postgres supplies two primary user-oriented date and time types, datetime and timespan, as well as the related SQL92 types date and time. Other date and time types are available also, mostly for historical …