More actions
Combined display of all available logs of Information Rating System Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:03, 15 August 2025 Pete talk contribs created page Internal:Brainstorming 70 (Created page with "# Modularizing Python Code in PostgreSQL: Three Approaches This document outlines three different approaches to modularize your Python delegation calculations and make them callable from PostgreSQL. ## Current State: Embedded Python (What you have now) **File**: `R__020_receivedweight_wd_alg.sql` Your current approach embeds Python functions directly in PostgreSQL stored procedures using PLpython3u, with a global dictionary (GD) pattern for code organization. **Pros...") Tag: Visual edit