Package: postgresql-19-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-19, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-19-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10092 SHA512: b44f27468f56eab20a0cb1685a249cfd6b87b2e526dc01feb76cb5b57268b63bbd1fcc3e85707773b459c15130d36819b026d737289a7391f82dbba4589660af SHA256: b5646a31a7289a308330ff3cae9281cd50b04eeeafc5bf9e13d197e38e1bcbda SHA1: 75befcd5ac45c47bab51017d99abe54e9f71cc9d MD5sum: 24856e9a24539e39641812edfbed2cb7 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.