diff options
author | Andres Freund | 2019-04-04 00:37:00 +0000 |
---|---|---|
committer | Andres Freund | 2019-04-04 00:40:29 +0000 |
commit | b73c3a11963c8bb783993cfffabb09f558f86e37 (patch) | |
tree | 566965defff69656c76b6f9bef2f80ce4dd892a5 /doc/src/sgml/postgres.sgml | |
parent | ab9ed9be2378f02edf613e0543a29287e7484338 (diff) |
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
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 96d196d2293..3e115f1c76c 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -250,6 +250,7 @@ &tablesample-method; &custom-scan; &geqo; + &tableam; &indexam; &generic-wal; &btree; |