Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ..
  ref
  .gitignore
  Makefile
  README.links
  acronyms.sgml
  adminpack.sgml
  advanced.sgml
  arch-dev.sgml
  array.sgml
  auth-delay.sgml
  auto-explain.sgml
  backup.sgml
  bgworker.sgml
  biblio.sgml
  bki.sgml
  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
  fixrtf
  func.sgml
  fuzzystrmatch.sgml
  generate-errcodes-table.pl
  generic-wal.sgml
  geqo.sgml
  gin.sgml
  gist.sgml
  high-availability.sgml
  history.sgml
  hstore.sgml
  html-stamp
  indexam.sgml
  indices.sgml
  info.sgml
  information_schema.sgml
  install-windows.sgml
  installation.sgml
  intagg.sgml
  intarray.sgml
  intro.sgml
  isn.sgml
  jadetex.cfg
  json.sgml
  keywords.sgml
  legal.sgml
  libpq.sgml
  lo.sgml
  lobj.sgml
  logicaldecoding.sgml
  ltree.sgml
  maintenance.sgml
  man-stamp
  manage-ag.sgml
  mk_feature_tables.pl
  monitoring.sgml
  mvcc.sgml
  nls.sgml
  notation.sgml
  oid2name.sgml
  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
  query.sgml
  rangetypes.sgml
  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-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
  sql.sgml
  sslinfo.sgml
  standalone-install.sgml
  start.sgml
  storage.sgml
  stylesheet-common.xsl
  stylesheet-fo.xsl
  stylesheet-hh.xsl
  stylesheet-man.xsl
  stylesheet.css
  stylesheet.dsl
  stylesheet.xsl
  syntax.sgml
  tablefunc.sgml
  tablesample-method.sgml
  tcn.sgml
  test-decoding.sgml
  textsearch.sgml
  trigger.sgml
  tsearch2.sgml
  tsm-system-rows.sgml
  tsm-system-time.sgml
  typeconv.sgml
  unaccent.sgml
  user-manag.sgml
  uuid-ossp.sgml
  vacuumlo.sgml
  wal.sgml
  xaggr.sgml
  xfunc.sgml
  xindex.sgml
  xml2.sgml
  xoper.sgml
  xplang.sgml
  xtypes.sgml
Size: Mime:
<!-- 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