From: Alexander Goussas Date: Mon, 11 Nov 2024 00:45:49 +0000 (-0500) Subject: update readme X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=HEAD;p=pg-cowsay.git update readme --- 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