Package: postgresql-17-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-17, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-17-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10088 SHA512: 2602e3172c0c697d4e19b0165888e6e746cba6f52eb599c9b65efd1e2413b2230967555c17c22201ce16c5a88d46bec8381f09f86d2200c925e510c7c12e4084 SHA256: 6db43804cd15b5c8f4ee45e1fd74211e8bf94da3cb2b89a59aa0d0b1f5726d57 SHA1: 4fa8e94d72dbcdf6a76479cc222eac68f79fc5d6 MD5sum: 058a5936ba515fabe3b81372da6b642e 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.