A proof of concept for “trunk”, the proposed binary distribution format for Postgres extensions.| ❖ Just a Theory
Suggestions to PostgreSQL extension maintainers to make some tweaks to your .control files and Makefiles.| ❖ Just a Theory
A rough transcript of my talk “State of the Extension Ecosystem”.| ❖ Just a Theory
Kubernetes volumes provide a way for containers in a pod to access and share data via the filesystem. There are different kinds of volume that you can use for different purposes, such as: populating a configuration file based on a ConfigMap or a Secret providing some temporary scratch space for a pod sharing a filesystem between two different containers in the same pod sharing a filesystem between two different pods (even if those Pods run on different nodes) durably storing data so that it s...| Kubernetes
19.11. Client Connection Defaults # 19.11.1. Statement Behavior 19.11.2. Locale and Formatting 19.11.3. Shared Library Preloading 19.11.4. Other Defaults 19.11.1. Statement Behavior …| PostgreSQL Documentation
A proposal to modify the PostgreSQL core so that all files required for an extension live in a directory named for the extension, along with a search path to find extension directories.| Just a Theory
Would it be possible to distribute Postgres extension binaries via Open Container Registries? Tune in to find out!| ❖ Just a Theory