postgresql/doc/src/sgml
Tom Lane 086cda1d98 Doc: improve description of UNION/INTERSECT/EXCEPT syntax.
queries.sgml failed to mention the rather important point that
INTERSECT binds more tightly than UNION or EXCEPT.  I thought
it could also use more discussion of the role of parentheses
in these constructs.

Per gripe from Christopher Painter-Wakefield.

Discussion: https://postgr.es/m/163338891727.12510.3939775743980651160@wrigleys.postgresql.org
2021-10-05 10:24:15 -04:00
..
ref doc: Add missing markup in CREATE EVENT TRIGGER page 2021-09-25 14:48:31 +09:00
.gitignore Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
acronyms.sgml doc: Define TLS as an acronym 2021-03-28 11:28:22 -04:00
adminpack.sgml Doc: write some for adminpack. 2016-08-10 21:39:50 -04:00
advanced.sgml doc: adjust "cities" example to be consistent with other SQL 2021-07-02 20:42:45 -04:00
arch-dev.sgml doc: expand description of how non-SELECT queries are processed 2021-01-09 12:11:15 -05:00
array.sgml docs: remove use of escape strings and use bytea hex output 2018-09-21 19:55:07 -04:00
auth-delay.sgml doc: Fix DocBook XML validity 2014-05-06 21:28:58 -04:00
auto-explain.sgml Rename auto_explain.sample_ratio to sample_rate 2016-03-13 13:18:03 +01:00
backup.sgml doc: add example of using pg_dump with GNU split and gzip 2021-08-03 10:57:32 -04:00
bgworker.sgml docs: clarify bgw_restart_time documentation 2021-08-27 22:50:19 +02:00
biblio.sgml Fix title in reference section 2020-09-10 14:18:48 +02:00
bki.sgml Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
bloom.sgml doc: make blooms docs match reality 2020-10-26 19:17:05 -04:00
brin.sgml Documentation spell checking and markup improvements 2016-07-28 22:46:15 -04:00
btree-gin.sgml docs: consistently uppercase index method and add spacing 2015-05-15 11:42:34 -04:00
btree-gist.sgml doc: Fix typos 2016-07-14 22:28:58 -04:00
catalogs.sgml Fix typos in docs 2021-09-26 19:18:42 +09:00
charset.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:14:13 +09:00
chkpass.sgml
citext.sgml citext's regexp_matches() functions weren't documented, either. 2015-05-05 16:11:01 -04:00
client-auth.sgml doc: mention pg_reload_conf() for reloading the config file 2019-07-15 20:57:24 -04:00
config.sgml Doc: Fix misleading statement about VACUUM memory limits 2021-08-09 16:49:44 +12:00
contacts.sgml Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
contrib-spi.sgml doc: in contrib-spi, mention and link to the meaning of SPI 2018-01-31 16:54:33 -05:00
contrib.sgml doc: Fix typos 2020-11-25 09:59:27 +01:00
cube.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
custom-scan.sgml Doc: Fix various typos 2019-08-20 13:46:14 +09:00
datatype.sgml Fix typos in docs 2021-09-26 19:18:42 +09:00
datetime.sgml Doc: fix discussion of how to get real Julian Dates. 2021-04-28 10:03:28 -04:00
dblink.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
ddl.sgml Doc: add an example of a self-referential foreign key to ddl.sgml. 2021-04-30 15:37:57 -04:00
dfunc.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
dict-int.sgml
dict-xsyn.sgml
diskusage.sgml Get rid of pg_class.reltoastidxid. 2013-07-04 03:24:09 +09:00
dml.sgml Fix typo 2018-06-20 16:07:30 +02:00
docguide.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
earthdistance.sgml Make contrib modules' installation scripts more secure. 2020-08-10 10:44:43 -04:00
ecpg.sgml Fix range check in ECPG numeric to int conversion 2021-07-30 16:34:33 -04:00
errcodes.sgml Provide database object names as separate fields in error messages. 2013-01-29 17:08:26 -05:00
event-trigger.sgml Doc: Fix event trigger firing table 2019-07-28 22:02:45 +09:00
extend.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
external-projects.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
fdwhandler.sgml Clamp total-tuples estimates for foreign tables to ensure planner sanity. 2020-07-03 19:01:22 -04:00
features.sgml Update SQL features/conformance information to SQL:2011 2012-05-17 09:50:04 +03:00
file-fdw.sgml doc: cross-link file-fdw and CSV config log sections 2020-08-31 16:59:58 -04:00
filelist.sgml Doc: in each release branch, keep only that branch's own release notes. 2019-02-04 19:18:50 -05:00
fixrtf
func.sgml Doc: document EXTRACT(JULIAN ...), improve Julian Date explanation. 2021-04-26 11:50:35 -04:00
fuzzystrmatch.sgml Improve levenshtein() docs. 2016-01-22 12:29:07 -05:00
generate-errcodes-table.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
generic-wal.sgml Improve API of GenericXLogRegister(). 2016-04-12 11:42:06 -04:00
geqo.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
gin.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
gist.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:19:25 -04:00
high-availability.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
history.sgml Add small doc mention that libpq is named after POSTQUEL. 2012-09-02 08:42:03 -04:00
hstore.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:29:12 +09:00
indexam.sgml doc: Fix typo in function prototype 2021-07-12 22:17:37 +02:00
indices.sgml doc: Simplify mention of unique indexes for NULL control 2020-05-21 19:49:30 -04:00
info.sgml Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
information_schema.sgml Fix documentation of check_option in information_schema.views 2019-06-01 15:34:08 -04:00
install-windows.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
installation.sgml add missing tag from commit b8c4261e5e 2021-07-01 15:44:22 -04:00
intagg.sgml Add contrib function references in the doc index 2013-07-04 11:33:11 -04:00
intarray.sgml doc: remove GIN vs. GiST performance mention 2016-06-28 16:00:40 -04:00
intro.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
isn.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
jadetex.cfg Improve our workaround for 'TeX capacity exceeded' in building PDF files. 2015-11-10 15:59:59 -05:00
json.sgml doc: Update RFC URLs 2019-01-05 12:48:55 +09:00
keywords.sgml Update key words table for 9.6 2016-05-11 15:01:44 -04:00
legal.sgml Update copyright for 2021 2021-01-02 13:06:24 -05:00
libpq.sgml Doc: update libpq's documentation for PQfn(). 2021-04-30 15:10:06 -04:00
lo.sgml Add more limited large object trigger example. 2012-08-14 23:25:20 -04:00
lobj.sgml Doc: fix typos. 2021-09-19 11:36:53 -04:00
logicaldecoding.sgml Doc: Update caveats in synchronous logical replication. 2021-06-24 10:22:46 +05:30
ltree.sgml Make contrib modules' installation scripts more secure. 2020-08-10 10:44:43 -04:00
maintenance.sgml Fix typos and grammar in documentation and code comments 2021-04-09 13:53:38 +09:00
Makefile Add -wnet to SP invocations 2017-11-10 08:32:00 -05:00
manage-ag.sgml docs: improve description of how to handle multiple databases 2020-08-21 20:23:09 -04:00
mk_feature_tables.pl Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
monitoring.sgml doc: Improve description of index vacuuming with GUCs 2021-09-25 15:12:15 +09:00
mvcc.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:29:12 +09:00
nls.sgml doc: improve NLS instruction wording 2021-01-05 14:26:37 -05:00
notation.sgml doc: Remove paragraph about typesetting conventions 2013-05-31 22:45:03 -04:00
oid2name.sgml doc: Improve DocBook XML validity 2014-02-23 21:31:08 -05:00
pageinspect.sgml Fix some typos, grammar and style in docs and comments 2021-02-24 16:14:13 +09:00
parallel.sgml doc: Replace some uses of "which" by "that" in parallel.sgml 2021-09-02 11:36:22 +09:00
passwordcheck.sgml Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
perform.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
pgbuffercache.sgml doc: remove unnecessary INNER keyword 2020-04-02 17:42:09 -04:00
pgcrypto.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
pgfreespacemap.sgml doc: Fix DocBook XML validity 2014-05-06 21:28:58 -04:00
pgprewarm.sgml Small grammar fix 2015-08-31 14:07:17 +02:00
pgrowlocks.sgml doc: Clarify use of ACCESS EXCLUSIVE lock in various sections 2021-04-01 15:29:12 +09:00
pgstandby.sgml doc: fix incorrect 'literal' tags 2016-08-23 12:45:33 -04:00
pgstatstatements.sgml Docs: explain contrib/pg_stat_statements' handling of GC failure. 2015-10-05 12:44:12 -04:00
pgstattuple.sgml Explain unaccounted for space in pgstattuple. 2016-12-27 11:28:27 -05:00
pgtrgm.sgml Remove pg_trgm.strict_word_similarity_threshold doc from 9.6 and 10 2019-09-12 16:12:04 +03:00
pgvisibility.sgml Copy-editing for contrib/pg_visibility documentation. 2016-10-01 15:32:53 -04:00
planstats.sgml Add security checks to selectivity estimation functions 2017-05-08 09:18:57 -04:00
plhandler.sgml Document security implications of check_function_bodies. 2014-02-17 09:33:31 -05:00
plperl.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
plpgsql.sgml doc: simplify wording of function error affects 2020-10-26 22:38:11 -04:00
plpython.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:19:25 -04:00
pltcl.sgml doc: Refresh more URLs in the docs 2020-07-18 22:43:59 +09:00
postgres-fdw.sgml Doc: extend warnings about collation-mismatch hazards in postgres_fdw. 2021-09-25 10:53:55 -04:00
postgres.sgml Add more parallel query documentation. 2016-09-21 08:40:34 -04:00
problems.sgml Doc: Fix various typos 2019-08-20 13:46:14 +09:00
protocol.sgml doc: wire protocol data type for history file content is bytea 2020-11-12 14:33:28 -05:00
queries.sgml Doc: improve description of UNION/INTERSECT/EXCEPT syntax. 2021-10-05 10:24:15 -04:00
query.sgml Doc: fix description of how to use src/tutorial files. 2020-12-20 15:28:22 -05:00
rangetypes.sgml docs: clarify infinite range values from data-type infinities 2019-12-27 14:33:30 -05:00
README.links docs: improve xref description for xreflabel and refentry links 2014-01-30 12:26:18 -05:00
recovery-config.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
reference.sgml Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
regress.sgml doc: Mention requirement to --enable-tap-tests on section for TAP tests 2021-07-04 20:59:34 +09:00
release-9.6.sgml Release notes for 13.4, 12.8, 11.13, 10.18, 9.6.23. 2021-08-08 14:35:20 -04:00
release.sgml Simplify release-note links to back branches. 2019-03-09 18:42:19 -05:00
replication-origins.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
rowtypes.sgml docs: remove use of escape strings and use bytea hex output 2018-09-21 19:55:07 -04:00
rules.sgml Fix wording 2021-08-06 20:59:41 +02:00
runtime.sgml doc: mention that intervening major releases can be skipped 2021-04-01 21:17:24 -04:00
seg.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
sepgsql.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
sourcerepo.sgml Change default git repo URL to https 2018-02-07 11:04:47 +01:00
sources.sgml Avoid using ambiguous word "non-negative" in error messages. 2021-07-28 01:26:15 +09:00
spgist.sgml Prevent infinite insertion loops in spgdoinsert(). 2021-05-14 15:07:34 -04:00
spi.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:19:25 -04:00
sql.sgml Implement SKIP LOCKED for row-level locks 2014-10-07 17:23:34 -03:00
sslinfo.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
standalone-install.sgml Don't generate plain-text HISTORY and src/test/regress/README anymore. 2014-02-10 20:48:04 -05:00
start.sgml doc: Update version() and current_date output in tutorial 2016-05-31 16:45:02 -04:00
storage.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:19:25 -04:00
stylesheet-common.xsl doc: Disable preface.autolabel in XSLT 2013-12-01 17:13:23 -05:00
stylesheet-fo.xsl doc: Fix PDF build with FOP 2015-06-03 20:19:47 -04:00
stylesheet-hh.xsl Replace references to mailinglists with @lists.postgresql.org 2019-01-17 13:54:06 +01:00
stylesheet-man.xsl Fix warnings in man page build 2018-03-08 13:31:57 -05:00
stylesheet.css doc: Improve CSS style of option element 2016-02-19 23:01:54 -05:00
stylesheet.dsl doc: Move website-stylesheet setting to a more appropriate location 2014-12-11 21:48:01 -05:00
stylesheet.xsl Change documentation references to PG website to use https: not http: 2017-05-20 21:50:47 -04:00
syntax.sgml doc: improve description of subscripting of arrays 2020-08-31 13:49:17 -04:00
tablefunc.sgml Improve documentation for \crosstabview. 2016-04-13 11:49:47 -04:00
tablesample-method.sgml Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
tcn.sgml Reduce messages about implicit indexes and sequences to DEBUG1. 2012-07-04 20:35:29 -04:00
test-decoding.sgml doc: Fix reference to "decoder" to instead be the correct "output plugin". 2018-07-24 10:51:17 -07:00
textsearch.sgml Misc documentation fixes. 2020-10-19 19:30:01 +03:00
trigger.sgml docs: clarify that only INSERT and UPDATE triggers can mod. NEW 2019-11-07 15:49:59 -05:00
tsearch2.sgml
tsm-system-rows.sgml Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
tsm-system-time.sgml Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
typeconv.sgml Doc: clarify data type behavior of COALESCE and NULLIF. 2020-11-09 12:02:24 -05: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 Revert "docs: change "default role" wording to "predefined role"" 2020-02-09 14:22:08 -05:00
uuid-ossp.sgml doc: Reflect renaming of Mac OS X to OS X 2014-09-09 13:56:29 -04:00
vacuumlo.sgml doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 2020-06-11 18:19:25 -04:00
wal.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
xaggr.sgml Improve speed of aggregates that use array_append as transition function. 2016-10-30 12:27:41 -04:00
xfunc.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
xindex.sgml doc: Fix typo 2016-05-01 21:37:43 -04:00
xml2.sgml doc: add commas after 'i.e.' and 'e.g.' 2020-08-31 18:33:36 -04:00
xoper.sgml doc: Various typo/grammar fixes 2014-08-30 10:52:36 -05:00
xplang.sgml Doc: Fix various typos 2019-08-20 13:46:14 +09:00
xtypes.sgml Support "expanded" objects, particularly arrays, for better performance. 2015-05-14 12:08:49 -04:00

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

Linking within SGML 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  Do not use text with <ulink> so the URL appears in printed output
o  Specific nouns like GUC variables, SQL commands, and contrib modules
   usually have xreflabels