postgresql/doc/src/sgml
..
ref
.gitignore
acronyms.sgml
adminpack.sgml
advanced.sgml
amcheck.sgml
arch-dev.sgml
array.sgml
auth-delay.sgml
auto-explain.sgml
backup.sgml
bgworker.sgml Don't use bgw_main even to specify in-core bgworker entrypoints. 2017-03-31 20:43:32 -04:00
biblio.sgml
bki.sgml Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
bloom.sgml
brin.sgml
btree-gin.sgml
btree-gist.sgml
catalogs.sgml
charset.sgml
chkpass.sgml
citext.sgml
client-auth.sgml
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 Documentation spell checking and markup improvements 2017-06-18 14:02:12 -04:00
geqo.sgml
gin.sgml
gist.sgml
high-availability.sgml
history.sgml
hstore.sgml Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation. 2016-02-03 12:57:13 -05:00
indexam.sgml
indices.sgml
info.sgml
information_schema.sgml
install-windows.sgml
installation.sgml
intagg.sgml
intarray.sgml
intro.sgml
isn.sgml
json.sgml doc: Update RFC URLs 2017-08-17 11:47:40 -04:00
keywords.sgml
legal.sgml Update manual set of copyright files for 2017 2017-01-03 13:45:17 -05:00
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
pageinspect.sgml
parallel.sgml
passwordcheck.sgml Remove support for native krb5 authentication 2014-01-19 17:05:01 +01:00
perform.sgml Message style fixes 2017-09-11 11:21:27 -04:00
pgbuffercache.sgml
pgcrypto.sgml
pgfreespacemap.sgml
pgprewarm.sgml
pgrowlocks.sgml
pgstandby.sgml
pgstatstatements.sgml
pgstattuple.sgml
pgtrgm.sgml
pgvisibility.sgml
planstats.sgml
plhandler.sgml Remove to pre-8.2 coding convention for PG_MODULE_MAGIC 2017-08-30 22:40:24 -04:00
plperl.sgml
plpgsql.sgml
plpython.sgml
pltcl.sgml Documentation spell checking and markup improvements 2017-06-18 14:02:12 -04:00
postgres-fdw.sgml
postgres.sgml
problems.sgml
protocol.sgml
queries.sgml
query.sgml
rangetypes.sgml
README.links
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 Escape < and & in SGML 2017-09-06 11:22:43 -04:00
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 doc: Change xref style to number only 2017-04-03 10:50:32 -04:00
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
stylesheet-text.xsl
stylesheet.css
stylesheet.xsl
syntax.sgml
tablefunc.sgml
tablesample-method.sgml
tcn.sgml
test-decoding.sgml
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
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