Package: postgresql-16-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-16, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-16-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10092 SHA512: 4b0475553a7911a41565baf6924f5b913f3174406a52a30ff95b5e39f4b8b09b3bb527844e2084dad840a53b22c745b05f2d42db6e30a61f8c163d8aa464d0e1 SHA256: 482ca0a94addf71d77ee06c9d290911878bf84aa9cbfe7997e200ee4b22e409f SHA1: 5f84409082e20fa6a09c7b445a4b77f104798e10 MD5sum: 81d648a51f7e977a05b4c85edefddb44 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.