1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00
Files
postgres/doc/src/sgml
..
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-06-14 17:25:24 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-06-03 14:41:25 +00:00
2010-06-14 17:25:24 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-01-28 23:21:13 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-03-02 20:40:48 +00:00
2010-01-02 16:58:17 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-05-26 23:55:51 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-07-26 20:28:35 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2009-01-10 16:58:39 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-10 20:42:02 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-06 20:09:01 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00
2010-08-17 04:37:19 +00:00

<!-- $PostgreSQL: pgsql/doc/src/sgml/README.links,v 1.3 2009/01/10 16:58:39 momjian Exp $ -->

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


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

<xref>
	use to get link text from the title of the target link; 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  You can supply text at the target location with 'xreflabel'