mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
This library contains a single PostgreSQL extension, a data type called "semver". It's an implementation of the version number format specified by the Semantic Versioning 2.0.0 Specification. PR: 259001
10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Use the following sql script to create semver extension
|
|
|
|
psql -c 'CREATE EXTENSION semver'
|
|
EOM
|
|
}
|
|
]
|