Add minimal C example and SQL registration example for custom table access methods.

Phil Eaton <phil@eatonphil.com>

From: Phil Eaton <phil@eatonphil.com>
To: pgsql-docs@lists.postgresql.org
Date: 2023-11-02T17:58:42Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Add minimal C and SQL example to add a custom table AM handler

Attachments

Hello!

I was looking into table access methods recently and found the
existing page a bit sparse. Here's a small patch adding a little more
example code to the table access methods page.

Let me know if there's anything I can do to fix my patch up!

Cheers,
Phil