Skip to content

Commit d15ad77

Browse files
plxclaude
andcommitted
META.json: set maintainer email to pgxn@commandprompt.com
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 20c1b25 commit d15ad77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "plx is a dialect-pluggable procedural language for PostgreSQL. A function body written in a Ruby, PHP, JavaScript, Python, or COBOL dialect is transpiled to plpgsql at CREATE FUNCTION time and stored in pg_proc.prosrc, then executed by the standard plpgsql interpreter. There is no separate language runtime in the backend, the generated plpgsql is visible in the catalog, and every plpgsql construct is reachable from every dialect. plx also ships plx_strbuild, an expanded-object string builder with amortized-O(1) append that fixes plpgsql's quadratic in-loop string concatenation.",
55
"version": "1.1.1",
66
"maintainer": [
7-
"Command Prompt, Inc. <offgridwithjd@gmail.com>"
7+
"Command Prompt, Inc. <pgxn@commandprompt.com>"
88
],
99
"license": "mit",
1010
"provides": {

0 commit comments

Comments
 (0)