convert
conversion functions for spatial, routing and other specialized uses
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_convert
: conversion functions for spatial, routing and other specialized uses
Information
- Extension ID: 4850
- Extension Name:
convert
- Package Name:
pg_convert
- Category:
FUNC
- License: MIT
- Website: https://github.com/rustprooflabs/convert
- Language: Rust
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 0.0.4
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATE
Privilege - Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_convert_$v
- RPM Ver :
0.0.4
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-convert
- DEB Ver :
0.0.4
- DEB Deps: N/A
Availability
Installation
Install convert
via the pig
CLI tool:
pig ext install pg_convert; # Extension Name
pig ext install convert; # normalized package name
Install pg_convert
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_convert"]}' # -l <cls>
Install pg_convert
RPM from YUM repo directly:
dnf install pg_convert_17;
dnf install pg_convert_16;
dnf install pg_convert_15;
dnf install pg_convert_14;
dnf install pg_convert_13;
Install pg_convert
DEB from APT repo directly:
apt install postgresql-17-convert;
apt install postgresql-16-convert;
apt install postgresql-15-convert;
apt install postgresql-14-convert;
apt install postgresql-13-convert;
Create convert
extension on PostgreSQL cluster:
CREATE EXTENSION convert;
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.