Package: postgresql-18-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-18, libc6 (>= 2.38) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-18-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb Size: 10208 SHA512: 7a226ed21fd874644de7669760e8a9688152ac93868ae3efe76879ff3ce6bc22852e185e4c72b6c7d7d520821c2a6fda38f5fb3d4dd549f9f93bea770f025811 SHA256: 9f4b24c309bf4e74401296020c94a7463b442c41c981bee523c8202e6e405eb0 SHA1: c3d132344a7a03c915946c5c733ab6273278618b MD5sum: 23eb9380cd4ac385ae1bdb16ecac71a8 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.