Source: timestamp9 Section: database Priority: optional Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Build-Depends: debhelper-compat (= 13), architecture-is-64-bit , cmake, postgresql-server-dev-all (>= 217~), Standards-Version: 4.7.4 Rules-Requires-Root: no Homepage: https://github.com/optiver/timestamp9 Vcs-Browser: https://salsa.debian.org/postgresql/timestamp9.git Vcs-Git: https://salsa.debian.org/postgresql/timestamp9.git.git Package: postgresql-18-timestamp9 Architecture: any Depends: ${misc:Depends}, ${postgresql:Depends}, ${shlibs:Depends}, Breaks: ${postgresql:Breaks}, Description: Nanosecond precision timestamp type for PostgreSQL PostgreSQL's built-in timestamp types support microsecond precision. timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL. Internally, timestamp9 is stored in a 64-bit number as the number of nanoseconds since the UNIX epoch. Timestamp input can be given either as the number of nanoseconds since Jan 1st 1970, or it can be cast from text format. Both regular PostgreSQL timestamptz text format, as well as a custom nanosecond text format are supported as inputs.