Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

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).

Logs
  • 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