https://github.com/df7cb/pgsql-asn1oid
ASN.1 OID datatype for PostgreSQL
https://github.com/df7cb/pgsql-asn1oid
Last synced: about 1 year ago
JSON representation
ASN.1 OID datatype for PostgreSQL
- Host: GitHub
- URL: https://github.com/df7cb/pgsql-asn1oid
- Owner: df7cb
- Created: 2017-01-26T16:21:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T18:36:00.000Z (over 1 year ago)
- Last Synced: 2025-02-06T16:35:23.352Z (over 1 year ago)
- Language: C
- Size: 50.8 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
asn1oid Type for PostgreSQL
===========================
The asn1oid extension provides a datatype for ASN.1 OIDs in PostgreSQL.
```
CREATE EXTENSION asn1oid;
# SELECT '1.3.6.1.4.1'::asn1oid;
asn1oid
─────────────
1.3.6.1.4.1
```
Author, Copyright and License
-----------------------------
Simon Richter
Copyright (C) 2010 Simon Richter
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.