Package: postgresql-14-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg26.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.pgdg26.04+1_amd64.deb Size: 10336 SHA512: 15033aa1f249650f21a6d80a91911b727fee5c3278cf58dcf9004f860f9bf63df725274d3bd5a09bbbd7f7f1c00a47ffa070b33a3b900b6880410007a8c22140 SHA256: 14a0a7c6c5f2c74c10c46636f805f4d55f4617b2fd2046664a5e5477154c1bb4 SHA1: 67dcf64d86dab95659714ef6c8a0d678b5a8b5a6 MD5sum: 95bfec8a4e6056512367b22801f408a5 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.