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