From e7b99b3471edfd2872c5dd8bd7949af03415c386 Mon Sep 17 00:00:00 2001 From: Alexander Goussas Date: Sun, 10 Nov 2024 19:45:49 -0500 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index eeb6679..7d2f4d3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Output: (1 row) ``` +## Relevant links + +- EDB article on building a web server in a postgres extension: https://www.enterprisedb.com/blog/exploring-postgress-arena-allocator-writing-http-server-scratch. +- Postgres documentation on C API functions: https://www.postgresql.org/docs/6.5/xfunc14663.htm + ## License MIT -- 2.43.0