postgresql/doc/src/sgml
..
ref
.gitignore
acronyms.sgml
adminpack.sgml
advanced.sgml
amcheck.sgml
arch-dev.sgml
array.sgml Allow omitting one or both boundaries in an array slice specifier. 2015-12-22 21:05:29 -05:00
auth-delay.sgml
auto-explain.sgml
backup.sgml
bgworker.sgml
biblio.sgml
bki.sgml
bloom.sgml
brin.sgml
btree-gin.sgml
btree-gist.sgml Add btree_gist support for enum types. 2017-03-21 10:43:27 -04:00
catalogs.sgml
charset.sgml
chkpass.sgml
citext.sgml
client-auth.sgml Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. 2017-04-18 14:50:50 +03:00
config.sgml
contacts.sgml
contrib-spi.sgml
contrib.sgml
cube.sgml
custom-scan.sgml
datatype.sgml
datetime.sgml
dblink.sgml
ddl.sgml
dfunc.sgml
dict-int.sgml
dict-xsyn.sgml
diskusage.sgml
dml.sgml
docguide.sgml
earthdistance.sgml
ecpg.sgml
errcodes.sgml
event-trigger.sgml
extend.sgml
external-projects.sgml
fdwhandler.sgml
features.sgml
file-fdw.sgml
filelist.sgml
func.sgml
fuzzystrmatch.sgml
generate-errcodes-table.pl
generic-wal.sgml
geqo.sgml
gin.sgml
gist.sgml
high-availability.sgml Remove uses of "slave" in replication contexts 2017-08-10 22:55:41 -04:00
history.sgml
hstore.sgml
indexam.sgml
indices.sgml
info.sgml
information_schema.sgml
install-windows.sgml
installation.sgml
intagg.sgml
intarray.sgml
intro.sgml
isn.sgml
json.sgml
keywords.sgml
legal.sgml
libpq.sgml
lo.sgml
lobj.sgml
logical-replication.sgml
logicaldecoding.sgml
ltree.sgml
maintenance.sgml
Makefile
manage-ag.sgml
mk_feature_tables.pl
monitoring.sgml
mvcc.sgml
nls.sgml
notation.sgml
oid2name.sgml doc: Improve DocBook XML validity 2014-02-23 21:31:08 -05:00
pageinspect.sgml
parallel.sgml
passwordcheck.sgml
perform.sgml
pgbuffercache.sgml
pgcrypto.sgml
pgfreespacemap.sgml
pgprewarm.sgml
pgrowlocks.sgml
pgstandby.sgml
pgstatstatements.sgml
pgstattuple.sgml
pgtrgm.sgml
pgvisibility.sgml
planstats.sgml
plhandler.sgml
plperl.sgml
plpgsql.sgml
plpython.sgml
pltcl.sgml
postgres-fdw.sgml
postgres.sgml
problems.sgml
protocol.sgml
queries.sgml Doc: clarify description of degenerate NATURAL joins. 2017-07-20 12:41:26 -04:00
query.sgml
rangetypes.sgml
README.links docs: improve xref description for xreflabel and refentry links 2014-01-30 12:26:18 -05:00
recovery-config.sgml
reference.sgml
regress.sgml
release-7.4.sgml
release-8.0.sgml
release-8.1.sgml
release-8.2.sgml
release-8.3.sgml
release-8.4.sgml
release-9.0.sgml
release-9.1.sgml
release-9.2.sgml
release-9.3.sgml
release-9.4.sgml
release-9.5.sgml
release-9.6.sgml
release-10.sgml
release-old.sgml
release.sgml
replication-origins.sgml
rowtypes.sgml
rules.sgml
runtime.sgml
seg.sgml
sepgsql.sgml
sourcerepo.sgml
sources.sgml
spgist.sgml
spi.sgml
sslinfo.sgml
standalone-install.sgml
start.sgml
storage.sgml
stylesheet-common.xsl
stylesheet-fo.xsl
stylesheet-hh.xsl
stylesheet-html-common.xsl
stylesheet-html-nochunk.xsl
stylesheet-man.xsl
stylesheet-speedup-common.xsl
stylesheet-speedup-xhtml.xsl doc: Further speed improvements for HTML XSLT build 2016-12-22 15:41:44 -05:00
stylesheet-text.xsl
stylesheet.css
stylesheet.xsl
syntax.sgml
tablefunc.sgml
tablesample-method.sgml
tcn.sgml
test-decoding.sgml Rename WAL-related functions and views to use "lsn" not "location". 2017-05-11 11:49:59 -04:00
textsearch.sgml
trigger.sgml
tsm-system-rows.sgml
tsm-system-time.sgml
typeconv.sgml
unaccent.sgml
user-manag.sgml Documentation spell checking and markup improvements 2017-06-18 14:02:12 -04:00
uuid-ossp.sgml
vacuumlo.sgml
wal.sgml
xaggr.sgml
xfunc.sgml
xindex.sgml
xml2.sgml Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 2016-11-04 18:29:53 -04:00
xoper.sgml
xplang.sgml
xtypes.sgml

<!-- 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