pg_extension icon indicating copy to clipboard operation
pg_extension copied to clipboard

Template project for building PostgreSQL extensions

Results 3 pg_extension issues
Sort by recently updated
recently updated
newest added

# What Extensions for PostgreSQL are traditionally written in C, but in some cases you might want to write the extension in C++ but still interface with standard PostgreSQL code....

Epic

CPack can be configured to generate packages for Debian-based, RPM-based, and Nullsoft installers. Extend the example so that you can generate packages for the extensions in a straightforward manner.

Check format of script files and generate an error if the format is not correct. Script files need to start with the extension name and be of the format `ext--1.0.sql`...