postgresql/doc/src/sgml
Alvaro Herrera fc84c05acd Fix documentation on partitioning vs. foreign tables
1. The PARTITION OF clause of CREATE FOREIGN TABLE was not explained in
   the CREATE FOREIGN TABLE reference page.  Add it.
   (Postgres 10 onwards)

2. The limitation that tuple routing cannot target partitions that are
   foreign tables was not documented clearly enough.  Improve wording.
   (Postgres 10 onwards)

3. The UPDATE tuple re-routing concurrency behavior was explained in
   the DDL chapter, which doesn't seem the right place.  Move it to the
   UPDATE reference page instead.  (Postgres 11 onwards).

Authors: Amit Langote, David Rowley.
Reviewed-by: Etsuro Fujita.
Reported-by: Derek Hans
Discussion: https://postgr.es/m/CAGrP7a3Xc1Qy_B2WJcgAD8uQTS_NDcJn06O5mtS_Ne1nYhBsyw@mail.gmail.com
2019-03-10 19:45:29 -03:00
..
ref Fix documentation on partitioning vs. foreign tables 2019-03-10 19:45:29 -03:00
.gitignore
acronyms.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
adminpack.sgml Support new default roles with adminpack 2018-04-06 14:47:10 -04:00
advanced.sgml
amcheck.sgml Doc: Correct description of amcheck example query. 2018-08-08 12:56:11 -07:00
arch-dev.sgml
array.sgml docs: remove use of escape strings and use bytea hex output 2018-09-21 19:55:07 -04:00
auth-delay.sgml
auto-explain.sgml Remove SGMLism from commit 2d36a5e9da 2018-07-31 08:16:30 -04:00
backup.sgml Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
bgworker.sgml Add missing documentation for BGWORKER_BYPASS_ALLOWCONN 2018-04-22 14:03:36 +02:00
biblio.sgml
bki.sgml Move the built-in conversions into the initial catalog data. 2019-01-03 19:47:53 -05:00
bloom.sgml Fix some grammar errors in bloom.sgml 2018-10-22 00:28:56 +03:00
brin.sgml Remove deprecated abstime, reltime, tinterval datatypes. 2018-10-11 11:59:15 -07:00
btree-gin.sgml
btree-gist.sgml
btree.sgml Doc: fix meaning of acronym "btree". 2019-01-08 09:51:17 +09:00
catalogs.sgml Redesign the partition dependency mechanism. 2019-02-11 14:41:17 -05:00
charset.sgml Doc: fix oversights in "Client/Server Character Set Conversions" table. 2018-09-01 16:02:47 -04:00
citext.sgml
client-auth.sgml Add new clientcert hba option verify-full 2019-03-09 12:19:47 -08:00
config.sgml Reduce the default value of autovacuum_vacuum_cost_delay to 2ms. 2019-03-10 15:16:21 -04:00
contrib-spi.sgml Remove timetravel extension. 2018-10-11 11:43:56 -07:00
contrib.sgml
cube.sgml Fix a number of typos 2018-06-20 16:01:18 +02:00
custom-scan.sgml Call set_rel_pathlist_hook before generate_gather_paths, not after. 2019-02-09 11:41:09 -05:00
datatype.sgml Change floating-point output format for improved performance. 2019-02-13 15:20:33 +00:00
datetime.sgml Document handling of invalid/ambiguous timestamp input near DST boundaries. 2018-11-29 18:28:10 -05:00
dblink.sgml Fix documentation for dblink_error_message() return value 2019-02-17 13:17:34 -05:00
ddl.sgml Fix documentation on partitioning vs. foreign tables 2019-03-10 19:45:29 -03:00
dfunc.sgml
dict-int.sgml
dict-xsyn.sgml
diskusage.sgml
dml.sgml Fix typo 2018-06-20 16:06:03 +02:00
docguide.sgml Doc: fix typo in URL of OASIS group web site. 2019-01-23 13:06:45 +09:00
earthdistance.sgml
ecpg.sgml Add bytea datatype to ECPG. 2019-02-18 10:20:31 +01:00
errcodes.sgml
event-trigger.sgml Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 2018-08-22 14:44:49 +02:00
extend.sgml Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS 2019-02-03 17:48:09 +09:00
external-projects.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
fdwhandler.sgml Store tuples for EvalPlanQual in slots, rather than as HeapTuples. 2019-03-01 10:37:57 -08:00
features.sgml
file-fdw.sgml Fix typos in documentation and for one wait event 2019-01-15 08:47:01 +09:00
filelist.sgml Doc: in each release branch, keep only that branch's own release notes. 2019-02-04 19:18:49 -05:00
func.sgml Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() 2019-03-07 18:16:34 -03:00
fuzzystrmatch.sgml
generate-errcodes-table.pl Update copyright for 2019 2019-01-02 12:44:25 -05:00
generic-wal.sgml
geqo.sgml
gin.sgml
gist.sgml
high-availability.sgml Move max_wal_senders out of max_connections for connection slot handling 2019-02-12 10:07:56 +09:00
history.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
hstore.sgml
indexam.sgml Rephrase references to "time qualification". 2019-01-21 17:07:10 -08:00
indices.sgml Support for INCLUDE attributes in GiST indexes 2019-03-10 11:37:17 +03:00
info.sgml
information_schema.sgml doc: add doc link for 'applicable_roles' 2018-08-25 13:01:24 -04:00
install-windows.sgml Require C99 (and thus MSCV 2013 upwards). 2018-08-23 18:33:57 -07:00
installation.sgml Improve installation instructions with pg_ctl in documentation 2019-02-02 13:23:26 +09:00
intagg.sgml
intarray.sgml
intro.sgml
isn.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
jit.sgml Fix issues around EXPLAIN with JIT. 2018-10-03 12:48:37 -07:00
json.sgml
keywords.sgml Create the infrastructure for planner support functions. 2019-02-09 18:08:48 -05:00
legal.sgml Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq.sgml Fix typos in documentation and for one wait event 2019-01-15 08:47:01 +09:00
limits.sgml doc: Add appendix detailing some limits of PostgreSQL 2018-11-29 14:01:11 +01:00
lo.sgml Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 2018-08-22 14:44:49 +02:00
lobj.sgml Update copyright for 2019 2019-01-02 12:44:25 -05:00
logical-replication.sgml Fix some spelling errors in the documentation 2018-11-02 13:56:52 +01:00
logicaldecoding.sgml doc: Use = after long options in documentation 2018-05-21 14:54:24 -04:00
ltree.sgml Fix crash in contrib/ltree's lca() function for empty input array. 2018-07-13 18:45:30 -04:00
maintenance.sgml Update project link of pgBadger in documentation 2018-12-18 10:02:23 +09:00
Makefile Fix dbtoepub output file name 2019-02-21 15:43:28 +01:00
manage-ag.sgml
mk_feature_tables.pl Reindent Perl files with perltidy version 20170521. 2018-04-25 14:00:19 -04:00
monitoring.sgml Track block level checksum failures in pg_stat_database 2019-03-09 10:47:30 -08:00
mvcc.sgml Lower lock level for renaming indexes 2018-11-14 17:09:54 +01:00
nls.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
notation.sgml
oid2name.sgml Rework option set of oid2name 2018-08-28 21:33:32 +09:00
pageinspect.sgml Fix function signatures of pageinspect in documentation 2019-03-08 15:10:14 +09:00
parallel.sgml Proof-reading for documentation. 2018-08-17 11:36:34 +12:00
passwordcheck.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
perform.sgml Improve planner stats documentation 2018-12-06 11:39:09 -05:00
pgbuffercache.sgml
pgcrypto.sgml doc: Update broken links 2018-08-14 22:54:52 +02:00
pgfreespacemap.sgml Doc: Update the documentation for FSM behavior for small tables. 2019-02-20 17:37:39 +05:30
pgprewarm.sgml
pgrowlocks.sgml Fix documentation of pgrowlocks using "lock_type" instead of "modes" 2018-10-02 16:34:41 +09:00
pgstandby.sgml Integrate recovery.conf into postgresql.conf 2018-11-25 16:33:40 +01:00
pgstatstatements.sgml Extend pg_stat_statements_reset to reset statistics specific to a 2019-01-11 08:50:09 +05:30
pgstattuple.sgml Doc: Update the documentation for FSM behavior for small tables. 2019-02-20 17:37:39 +05:30
pgtrgm.sgml Fix a number of typos 2018-06-20 16:01:18 +02:00
pgvisibility.sgml
planstats.sgml
plhandler.sgml Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
plperl.sgml Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 2018-08-22 14:44:49 +02:00
plpgsql.sgml Update docs & tests to reflect that unassigned OLD/NEW are now NULL. 2019-01-09 11:35:14 -05:00
plpython.sgml docs: clarify plpython SD and GD dictionary behavior 2018-08-25 11:52:30 -04:00
pltcl.sgml Remove WITH OIDS support, change oid catalog column visibility. 2018-11-20 16:00:17 -08:00
postgres-fdw.sgml
postgres.sgml doc: Add appendix detailing some limits of PostgreSQL 2018-11-29 14:01:11 +01:00
problems.sgml Replace references to mailinglists with @lists.postgresql.org 2019-01-17 13:42:40 +01:00
protocol.sgml doc: Fix typo 2018-11-23 11:41:27 +01:00
queries.sgml Allow user control of CTE materialization, and change the default behavior. 2019-02-16 16:11:12 -05:00
query.sgml
rangetypes.sgml
README.links doc: Update README.links 2019-02-15 17:29:41 +01:00
reference.sgml Move pg_verify_checksum docs to Server utils 2018-06-20 14:28:56 +02:00
regress.sgml Remove float8-small-is-zero regression test variant. 2019-02-16 22:11:04 +00:00
release-12.sgml Doc: in each release branch, keep only that branch's own release notes. 2019-02-04 19:18:49 -05:00
release.sgml Simplify release-note links to back branches. 2019-03-09 18:42:39 -05:00
replication-origins.sgml
rowtypes.sgml docs: remove use of escape strings and use bytea hex output 2018-09-21 19:55:07 -04:00
rules.sgml Doc: remove ancient comment. 2019-02-17 20:23:10 +09:00
runtime.sgml Add new clientcert hba option verify-full 2019-03-09 12:19:47 -08:00
seg.sgml
sepgsql.sgml
sourcerepo.sgml
sources.sgml Require C99 (and thus MSCV 2013 upwards). 2018-08-23 18:33:57 -07:00
spgist.sgml Add support for nearest-neighbor (KNN) searches to SP-GiST 2018-09-19 01:54:10 +03:00
spi.sgml Doc: fix incorrect example of collecting arguments with fmgr macros. 2018-12-19 11:02:07 -05:00
sslinfo.sgml doc: Add link from sslinfo to pg_stat_ssl 2019-01-28 14:41:38 +01:00
standalone-install.xml Improve installation instructions with pg_ctl in documentation 2019-02-02 13:23:26 +09:00
standalone-profile.xsl
start.sgml
storage.sgml Avoid creation of the free space map for small heap relations, take 2. 2019-02-04 07:49:15 +05:30
stylesheet-common.xsl
stylesheet-fo.xsl
stylesheet-hh.xsl Replace references to mailinglists with @lists.postgresql.org 2019-01-17 13:42:40 +01:00
stylesheet-html-common.xsl Replace references to mailinglists with @lists.postgresql.org 2019-01-17 13:42:40 +01:00
stylesheet-html-nochunk.xsl
stylesheet-man.xsl
stylesheet-speedup-common.xsl
stylesheet-speedup-xhtml.xsl
stylesheet-text.xsl
stylesheet.css
stylesheet.xsl
syntax.sgml Document security implications of qualified names. 2018-07-28 20:08:01 -07:00
tablefunc.sgml
tablesample-method.sgml
tcn.sgml Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 2018-08-22 14:44:49 +02:00
test-decoding.sgml doc: Fix reference to "decoder" to instead be the correct "output plugin". 2018-07-24 10:42:59 -07:00
textsearch.sgml Support for INCLUDE attributes in GiST indexes 2019-03-10 11:37:17 +03:00
trigger.sgml Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax 2018-08-22 14:44:49 +02:00
tsm-system-rows.sgml
tsm-system-time.sgml
typeconv.sgml Document security implications of qualified names. 2018-07-28 20:08:01 -07:00
unaccent.sgml Make contrib/unaccent's unaccent() function work when not in search path. 2018-09-06 10:49:45 -04:00
user-manag.sgml Documentation spell checking and markup improvements 2018-06-29 21:26:41 +02:00
uuid-ossp.sgml
vacuumlo.sgml Rework option set of vacuumlo 2018-08-28 21:42:45 +09:00
wal.sgml doc: Update redirecting links 2018-07-16 10:48:05 +02:00
xaggr.sgml Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 2018-05-21 11:41:42 -04:00
xfunc.sgml Allow extensions to generate lossy index conditions. 2019-02-11 21:26:14 -05:00
xindex.sgml Add support for nearest-neighbor (KNN) searches to SP-GiST 2018-09-19 01:54:10 +03:00
xml2.sgml Replace references to mailinglists with @lists.postgresql.org 2019-01-17 13:42:40 +01:00
xoper.sgml Create the infrastructure for planner support functions. 2019-02-09 18:08:48 -05:00
xplang.sgml Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
xtypes.sgml Deduplicate "invalid input syntax" messages for various types. 2018-07-22 14:58:01 -07:00

<!-- doc/src/sgml/README.links -->

Linking within DocBook documents can be confusing, so here is a summary:


Intra-document Linking
----------------------

<xref>
	use to get chapter/section number from the title of the target
	link, or xreflabel if defined at the target, or refentrytitle if target
        is a refentry;  has no close tag
	http://www.oasis-open.org/docbook/documentation/reference/html/xref.html

<link>
	use to supply text for the link, requires </link>
	http://www.oasis-open.org/docbook/documentation/reference/html/link.html

linkend=
	controls the target of the link/xref, required

endterm=
	for <xref>, allows the text of the link/xref to be taken from a
	different link target title


External Linking
----------------

<ulink>
	like <link>, but uses a URL (not a document target);  requires
	</ulink>; if no text is specified, the URL appears as the link
	text
	http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html

url=
	used by <ulink> to specify the URL, required


Guidelines
----------

o  If you want to supply text, use <link>, else <xref>
o  Specific nouns like GUC variables, SQL commands, and contrib modules
   usually have xreflabels