Package: postgresql-15-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg26.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.pgdg26.04+1_amd64.deb Size: 10356 SHA512: 88e43a3dc859f264008786848693091fd185803f17e0df979b4de03429946202baf2e2d4ec99096f1a61b67211a34bd50ba231bc3335638b00e8b7f970cd91db SHA256: e030fdec13b67399f8c7fbed3cbd766198df4444f5e3de707937ace0cb13a4f1 SHA1: c62cc58aa6bc3853bf029163a746a4437d902aa3 MD5sum: aab4c445ceb59f38f3c73cb57771beb0 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.