|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>pg_durable — Durable SQL workflows for PostgreSQL</title> |
| 6 | + <title>pg_durable — Durable SQL functions for PostgreSQL</title> |
7 | 7 | <meta |
8 | 8 | name="description" |
9 | | - content="Build durable, fault-tolerant workflows in pure SQL. Retries, scheduling, parallel execution, and conditional branching — all inside PostgreSQL." |
| 9 | + content="Build durable, fault-tolerant functions in pure SQL. Retries, scheduling, parallel execution, and conditional branching — all inside PostgreSQL." |
10 | 10 | /> |
11 | 11 | <link rel="icon" type="image/svg+xml" href="favicon.svg" /> |
12 | 12 | <link rel="mask-icon" href="favicon.svg" color="#3d86c6" /> |
|
58 | 58 | <section class="hero"> |
59 | 59 | <div class="container hero-inner"> |
60 | 60 | <span class="hero-eyebrow">Open-source · durable functions for Postgres</span> |
61 | | - <h1>Durable, crash-proof workflows<br />built into <span class="accent">Postgres</span></h1> |
| 61 | + <h1>Durable, crash-proof functions<br />built into <span class="accent">Postgres</span></h1> |
62 | 62 | <p class="subtitle"> |
63 | 63 | Orchestrate retries, scheduling, parallel fan-out, and conditional branching with a tiny SQL DSL. |
64 | 64 | Built on Postgres + a background worker — no containers, no external services, just Postgres. |
@@ -813,7 +813,7 @@ <h2>pg_durable, fully managed on <span class="accent-azure">Azure HorizonDB</spa |
813 | 813 | </div> |
814 | 814 | <p class="horizon-lede"> |
815 | 815 | Azure HorizonDB is Microsoft's new PostgreSQL cloud service — engineered for performance and built |
816 | | - with pg_durable inside. Keep the durable workflows you write here, and add enterprise scale, |
| 816 | + with pg_durable inside. Keep the durable functions you write here, and add enterprise scale, |
817 | 817 | security, and AI without managing a single server. |
818 | 818 | </p> |
819 | 819 | <div class="horizon-grid"> |
|
0 commit comments