Re: Add minimal C example and SQL registration example for custom table access methods. - Mailing list pgsql-hackers

From Phil Eaton
Subject Re: Add minimal C example and SQL registration example for custom table access methods.
Date
Msg-id CAByiw+rQdWE_R36m9q0+EBbx-hn05jFsiM8WttJKXyRcpBW27g@mail.gmail.com
Whole thread Raw
In response to Re: Add minimal C example and SQL registration example for custom table access methods.  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Add minimal C example and SQL registration example for custom table access methods.
List pgsql-hackers
> 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

Attachment

pgsql-hackers by date:

Previous
From: arne.roland@malkut.net
Date:
Subject: Re: apply_scanjoin_target_to_paths and partitionwise join
Next
From: Robert Haas
Date:
Subject: Re: DROP OWNED BY fails to clean out pg_init_privs grants