Package: postgresql-15-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-15, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-15-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10208 SHA512: 4cc1f46dd64f549e3218d2d7ca1be21568983b5d53c046ac6eeb73d97628f1a31f5dc0568086b6f92d8315245055b05cd551d92062085b539990b50810823140 SHA256: 26801c7ee17332d579850dde0aff9f41f815ed9aa6e361847d2ab004c5efefde SHA1: 527e8550e472f0670fa3b8e112ab7a3069f0a9d0 MD5sum: f4c5e463a6235a866b333554f4e1d940 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.