Re: coupling of index and table access methods

2024-10-01 Thread Aleksey Demakov
1, 2024 at 4:51 PM Aleksey Demakov wrote: > > Hi hackers, > > My extension introduces a new table access method together with an > index access method. Specifically, these AMs work with in-memory data. > > I would like to make a CREATE TABLE request with PRIMARY KEY, UNIQUE > c

coupling of index and table access methods

2024-10-01 Thread Aleksey Demakov
Hi hackers, My extension introduces a new table access method together with an index access method. Specifically, these AMs work with in-memory data. I would like to make a CREATE TABLE request with PRIMARY KEY, UNIQUE constraints etc, to pick my in-memory index AM over default btree when the tab