Good overview of programming IN Postgres?

From: Guyren Howe <guyren(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Good overview of programming IN Postgres?
Date: 2024-01-30 05:19:01
Message-ID: 5e403562-d4c0-4d9a-bccd-c9682d9d211a@Spark
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a good overview of programming WITHIN Postgres? Not writing code in client languages that communicates WITH Postgres, but how to take full advantage of Postgres’ unique programming features — the advanced type system, the various PL languages, triggers, stored procedures, functions, …

I’m thinking both how all those things work, but also how to think about effective architectures given that design palette.

The Postgres documentation is great and is the ultimate reference, but is there a good overview for someone who wants to take best advantage of all these features?

Thinking if there isn’t such a thing that I might write it. But I don’t want to duplicate effort.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Allan Kamau 2024-01-30 05:52:19 building a singularity image from docker hub postgres image
Previous Message Bruce Momjian 2024-01-30 03:56:56 Re: Best practices for data buffer cache setting/tuning (v15)