tableam: basic documentation.
Andres Freund <andres@anarazel.de>
tableam: basic documentation. This adds documentation about the user oriented parts of table access methods (i.e. the default_table_access_method GUC and the USING clause for CREATE TABLE etc), adds a basic chapter about the table access method interface, and adds a note to storage.sgml that it's contents don't necessarily apply for non-builtin AMs. Author: Haribabu Kommi and Andres Freund Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +5 −4 |
| doc/src/sgml/config.sgml | modified | +17 −0 |
| doc/src/sgml/filelist.sgml | modified | +1 −0 |
| doc/src/sgml/indexam.sgml | modified | +10 −2 |
| doc/src/sgml/postgres.sgml | modified | +1 −0 |
| doc/src/sgml/ref/create_access_method.sgml | modified | +9 −5 |
| doc/src/sgml/ref/create_materialized_view.sgml | modified | +16 −0 |
| doc/src/sgml/ref/create_table_as.sgml | modified | +15 −0 |
| doc/src/sgml/ref/create_table.sgml | modified | +18 −1 |
| doc/src/sgml/ref/select_into.sgml | modified | +10 −0 |
| doc/src/sgml/storage.sgml | modified | +13 −4 |
| doc/src/sgml/tableam.sgml | added | +110 −0 |
| src/include/access/tableam.h | modified | +3 −0 |
Documentation touched
- doc/src/sgml/catalogs.sgml
- doc/src/sgml/config.sgml
- doc/src/sgml/indexam.sgml
- doc/src/sgml/postgres.sgml
- doc/src/sgml/ref/create_access_method.sgml
- doc/src/sgml/ref/create_materialized_view.sgml
- doc/src/sgml/ref/create_table.sgml
- doc/src/sgml/ref/create_table_as.sgml
- doc/src/sgml/ref/select_into.sgml
- doc/src/sgml/storage.sgml
- doc/src/sgml/tableam.sgml
Discussion
- Pluggable Storage - Andres's take 179 messages · 2018-07-03 → 2019-08-17