Package: postgresql-18-timestamp9 Source: timestamp9 Version: 1.4.0-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 54 Depends: postgresql-18, libc6 (>= 2.7) Homepage: https://github.com/optiver/timestamp9 Priority: optional Section: database Filename: pool/main/t/timestamp9/postgresql-18-timestamp9_1.4.0-2.pgdg22.04+1_amd64.deb Size: 10096 SHA512: 9c25095b3556413c62ae8d4ef4b66104bb9265aba5ba93d690ab41bbd01f266c206d64d5a02e9ddd1735e92b36f8aa4b053dcac0a89d47c153cb344b98995c9f SHA256: 57f24c35caecc349334cc1e258ff1263ab8913211f7d65d7da95953bbca5ec90 SHA1: 245d9353c537ebb5ae576ecf0151366be43cd8c4 MD5sum: 0931f2c80f89a9bf7072eab76d07aeaa 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.