mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
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
This commit is contained in:
@ -250,6 +250,7 @@
|
||||
&tablesample-method;
|
||||
&custom-scan;
|
||||
&geqo;
|
||||
&tableam;
|
||||
&indexam;
|
||||
&generic-wal;
|
||||
&btree;
|
||||
|
Reference in New Issue
Block a user