Package: postgresql-14-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-14, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-14-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10200 SHA512: 8de322cdffa748fb8f45ce2d0bd6f49b4a946a949a523fd48651db4d9165108f27e28b43f8a72de19a5e617a1cdcd06d67ab8f4c2fe8b73c46b3d7a173a38a24 SHA256: 2934e7a8ad118d0bbb8f8c6d0f5e4ff528912cb49cb09a1d8994eb0ec90c530d SHA1: c7e136c65f0d6676c6a1b454186a9a6a5890ecdb MD5sum: 58d996911b674a9e70f9efca150cb3e0 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.