Package: postgresql-13-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-13, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-13-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb Size: 10344 SHA512: 044973b001a5074ffc9937847043a8af4ef2026dc4bc1446543a041e04bce1e6d605f1b8578670c68ad2397454376de855e728df98c1dc14bb479c5c2e22880a SHA256: 53459765d2ea5e2f73a52295432b010e8917c05f8c720e8a757b5e59b22dcaa1 SHA1: 582e6788a6fd4d60c3a06b9f20a1576dfa1a4cc6 MD5sum: 81e154d46636cc396600c039e11d4e0d 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.