timestamp9
timestamp nanosecond resolution
Module:
Categories:
Overview
MIXED 3rd Party Extension: timestamp9 : timestamp nanosecond resolution
Information
- Extension ID: 3890
- Extension Name:
timestamp9 - Package Name:
timestamp9 - Category:
TYPE - License: MIT
- Website: https://github.com/optiver/timestamp9
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.4.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
timestamp9_$v* - RPM Ver :
1.4.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-timestamp9 - DEB Ver :
1.4.0 - DEB Deps: N/A
Availability
Installation
Install timestamp9 via the pig CLI tool:
pig ext install timestamp9
Install timestamp9 via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["timestamp9"]}' # -l <cls>
Install timestamp9 RPM from YUM repo directly:
dnf install timestamp9_17*;
dnf install timestamp9_16*;
dnf install timestamp9_15*;
dnf install timestamp9_14*;
dnf install timestamp9_13*;
Install timestamp9 DEB from APT repo directly:
apt install postgresql-17-timestamp9;
apt install postgresql-16-timestamp9;
apt install postgresql-15-timestamp9;
apt install postgresql-14-timestamp9;
apt install postgresql-13-timestamp9;
Create timestamp9 extension on PostgreSQL cluster:
CREATE EXTENSION timestamp9;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.