#rfc
- RFC: PGXN Meta Spec v2
https://justatheory.com/2024/07/rfc-pgxn-meta-v2/
PGXN Meta Spec v2 represents a significant reworking of the original spec for PGXN distributions. It would very much benefit from feedback from Postgres extension and developers.
- RFC: Restful Secondary Key API
https://justatheory.com/2022/08/rfc-restful-secondary-key-api/
A RESTful API design conundrum and a proposed solution.
- Toward A Database URI Standard
https://justatheory.com/2013/11/toward-a-database-uri-standard/
- RFC: A Simple Markdown Table Format
https://justatheory.com/2009/02/markdown-table-rfc/
I’ve been thinking about markdown tables a bit lately. I’ve had in mind to follow up on my definition list proposal with a second proposal for the creation and editing of simple tables in Markdown. For better or for worse, an aside on the markdown-discuss mail list led to a longish thread about a syntax for continuing lines in tables (not to mention a long aside on the use of monospaced fonts, but I digress), wherein I realized, after an open-minded post from MultiMarkdown’s Fletcher Penney, that I needed to set to working up this request for comments sooner rather than later.
- RFC: Extension Packaging & Lookup
https://justatheory.com/2024/11/rfc-extension-packaging-lookup/
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.
- POC: PGXN Binary Distribution Format
https://justatheory.com/2024/06/trunk-poc/
A proof of concept for “trunk”, the proposed binary distribution format for Postgres extensions.
Follow #rfc
on RSS or use the
JSON API
curl -X GET \
-H "Content-type: application/json" \
-H "Accept: application/json" \
"https://octothorp.es/~/rfc"