]> granicus.if.org Git - postgresql/commit
tableam: basic documentation.
authorAndres Freund <andres@anarazel.de>
Thu, 4 Apr 2019 00:37:00 +0000 (17:37 -0700)
committerAndres Freund <andres@anarazel.de>
Thu, 4 Apr 2019 00:40:29 +0000 (17:40 -0700)
commitb73c3a11963c8bb783993cfffabb09f558f86e37
tree566965defff69656c76b6f9bef2f80ce4dd892a5
parentab9ed9be2378f02edf613e0543a29287e7484338
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
13 files changed:
doc/src/sgml/catalogs.sgml
doc/src/sgml/config.sgml
doc/src/sgml/filelist.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 [new file with mode: 0644]
src/include/access/tableam.h