Link the PGXN distribution from README and INSTALL - #10
Merged
Conversation
plruby 2.5.0 is published on PGXN, so point people at it: a badge next to the others, "pgxn install plruby" as the first installation path, and the distribution page in the documentation list. INSTALL gets the client's "pgxn load -d mydb plruby" next to CREATE EXTENSION, and a note that "pgxn install" builds only the top-level extension, so a transform still needs its subdirectory built from a download or a checkout. The maintainer section records where to upload and that pgxn.org and api.pgxn.org trail master.pgxn.org until the next mirror sync, since a 404 right after a release reads as a failed upload otherwise. The README badge version joins the list of things to bump when cutting a release. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
plruby 2.5.0 is now published on PGXN: https://pgxn.org/dist/plruby/
README
pgxn install plrubyas the first installation path, with the checkout buildkept as the alternative, plus a note that either way builds from source and
CREATE EXTENSIONneeds a superuserINSTALL
pgxn install plrubypath in step 2, and the client'spgxn load -d mydb plrubynext toCREATE EXTENSIONin step 3pgxn installbuilds only the top-level extension, so atransform still needs its subdirectory built from
pgxn download plrubyor acheckout
pgxn.organdapi.pgxn.orgtrailmaster.pgxn.orguntil the next mirror sync (a 404 rightafter a release is expected, not a failed upload), and adds the README badge
version to the list of things to bump when cutting a release
Docs only, no code or build changes. Every added link verified to return 200.
🤖 Generated with Claude Code