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

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Phil Eaton <phil(at)eatonphil(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Roberto Mello <roberto(dot)mello(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add minimal C example and SQL registration example for custom table access methods.
Date: 2024-05-24 18:59:08
Message-ID: CAFcNs+rh8HKC8mW8NTvRRCpBkGziyjOBAMc_n_uvzLh-by5AmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On Fri, May 24, 2024 at 3:11 PM Phil Eaton <phil(at)eatonphil(dot)com> wrote:

> > I think this should say something more like "Here is how an extension
> > SQL script might create a table access method handler".
>
> Fair point. It is referred to elsewhere [0] in docs as a "script
> file", so I've done that.
>
> > Shouldn't "mem_tableam_handler" be "my_tableam_handler"?
>
> Sorry about that, fixed.
>
> [0] https://www.postgresql.org/docs/current/extend-extensions.html
>
> Phil
>

Nice... LGTM!

--
Fabrízio de Royes Mello

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2024-05-26 13:58:17 The examples given in Chapter 14 are not true.
Previous Message Phil Eaton 2024-05-24 18:10:53 Re: Add minimal C example and SQL registration example for custom table access methods.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2024-05-24 19:17:15 Re: commitfest.postgresql.org is no longer fit for purpose
Previous Message Tom Lane 2024-05-24 18:57:32 Re: DROP OWNED BY fails to clean out pg_init_privs grants