forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite09fff7
committed
doc: Add minimal C and SQL example to add a custom table AM handler
The documentation was rather sparse on this matter and there is noextension in-core that shows how to do it. Adding a small example willhopefully help newcomers. An advantage of writing things this way isthat the contents are not going to rot because of backend changes.Author: Phil EatonReviewed-by: Robert Haas, Fabrízio de Royes MelloDiscussion:https://postgr.es/m/CAByiw+r+CS-ojBDP7Dm=9YeOLkZTXVnBmOe_ajK=en8C_zB3_g@mail.gmail.com1 parent2e7c4ab commite09fff7
1 file changed
+49
-2
lines changedLines changed: 49 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
38 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 |
| |
40 | 55 |
| |
41 | 56 |
| |
42 | 57 |
| |
43 |
| - | |
44 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
45 | 92 |
| |
46 | 93 |
| |
47 | 94 |
| |
|
0 commit comments
Comments
(0)