Package: postgresql-13-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-13, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-13-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10196 SHA512: 7769735de08331e13bf736a7be168079334f471c28e0cec6fe8cb07a177399f28e80aaa514febd51248b1d4c3cab651167bdb6766b2c7c581e6aac3ba0eac47e SHA256: 28ff72fb82a36973975403e39c871608669109fbc37194f21f6ac829d776fa41 SHA1: b68237f17b1c336575cd3f13860043cdb9847172 MD5sum: 3fe436141c1856a5bc3497e397236633 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.