Package: postgresql-16-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-16, libc6 (>= 2.38) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-16-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb Size: 10212 SHA512: a6d22af1fa318d259f17ea871f010f4125c93086e3a691e5ff6d96501fc576574f3d70beb282ff502b5b2e11a8d3e72580bec3e54d4d81d4a62323ad9a6943bc SHA256: fff31f81c98840813b745f819c493868c8009c6ac54a24f341b1f47c79441c1f SHA1: e1ac78a8892410caa91ba6ea8de7621fbd80c6fa MD5sum: dcbcd3f748fb22044c7e07d0a24c710f 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.