Postgres Storedproc docs - #265
Open
ruokun-niu wants to merge 1 commit into
Open
Conversation
Signed-off-by: Ruokun Niu <ruokunniu@microsoft.com>
ruokun-niu
requested review from
NValsan,
agentofreality,
amansinghoriginal and
danielgerlag
August 7, 2026 22:26
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Drasi Server documentation for the new storedproc-postgres reaction, including a dedicated how-to page and a new entry in the reactions index for discoverability.
Changes:
- Added a new “Configure PostgreSQL Stored Procedure Reaction” guide with configuration reference, template syntax, and worked examples.
- Updated the Drasi Server “Configure Reactions” index to include a new card linking to the stored-proc Postgres guide.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/content/drasi-server/how-to-guides/configuration/configure-reactions/configure-storedproc-postgres-reaction/_index.md | New how-to guide documenting storedproc-postgres configuration, templates, examples, and references. |
| docs/content/drasi-server/how-to-guides/configuration/configure-reactions/_index.md | Adds a new card linking to the stored procedure Postgres reaction documentation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| | `after` | The post-change row | `added`, `updated` | | ||
| | `before` | The pre-change row | `updated`, `deleted` | | ||
| | `data` | The raw data payload of an update diff | `updated` | | ||
| | `query_id` / `query_name` | The ID of the query that produced the result (aliases holding the same value) | all | |
| <div class="unified-card-icon"><i class="fas fa-database"></i></div> | ||
| <div class="unified-card-content"> | ||
| <h3 class="unified-card-title">PostgreSQL Stored Procedure</h3> | ||
| <p class="unified-card-summary">Invoke Postgres stored procedures on changes</p> |
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.
Description
This pull request adds comprehensive documentation for configuring the new PostgreSQL Stored Procedure reaction in Drasi Server. It introduces a dedicated how-to guide and updates the main reactions configuration documentation to include this new integration.
Documentation Additions and Updates:
New PostgreSQL Stored Procedure Reaction Guide:
configure-storedproc-postgres-reaction/_index.md) explaining how to set up reactions that invoke PostgreSQL stored procedures on query result changes, including configuration options, template syntax, error handling, and practical examples.Navigation and Discoverability:
Type of change
Fixes: #258