From: | Phil Eaton <phil(at)eatonphil(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | fabriziomello(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:10:53 |
Message-ID: | CAByiw+rQdWE_R36m9q0+EBbx-hn05jFsiM8WttJKXyRcpBW27g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs 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 | Content-Type | Size |
---|---|---|
v4-0001-Add-minimal-C-example-and-SQL-registration-exampl.patch | application/octet-stream | 2.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Fabrízio de Royes Mello | 2024-05-24 18:59:08 | Re: Add minimal C example and SQL registration example for custom table access methods. |
Previous Message | jian he | 2024-05-24 00:53:07 | Re: Add small detail to RAISE statement descripton |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2024-05-24 18:16:12 | Re: DROP OWNED BY fails to clean out pg_init_privs grants |
Previous Message | arne.roland | 2024-05-24 18:02:25 | Re: apply_scanjoin_target_to_paths and partitionwise join |