postgresql/doc/src/sgml
Tom Lane 7e487c1b0a Recommend triggers, not rules, in the CREATE VIEW reference page.
We've generally recommended use of INSTEAD triggers over rules since that
feature was added; but this old text in the CREATE VIEW reference page
didn't get the memo.  Noted by Thomas Kellerer.
2012-12-02 16:18:18 -05:00
..
ref Recommend triggers, not rules, in the CREATE VIEW reference page. 2012-12-02 16:18:18 -05:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
acronyms.sgml Core support for "extensions", which are packages of SQL objects. 2011-02-08 16:13:22 -05:00
adminpack.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
advanced.sgml Adjust documentation wording of window function ORDER BY to not mention 2011-02-20 00:01:08 -05:00
arch-dev.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
array.sgml Use proper SGML doc entities rather than angle-brackets. 2011-06-02 19:33:16 -04:00
auth-delay.sgml Remove whitespace from end of lines 2011-08-07 16:15:00 +03:00
auto-explain.sgml Fix wording, per Peter Geoghegan 2012-01-27 10:37:09 +01:00
backup.sgml Add missing subtitle for compressed archive logs 2012-06-17 21:20:32 +08:00
biblio.sgml Properly capitalize hyphenated words in documentation titles. 2011-02-01 17:00:26 -05:00
bki.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
btree-gin.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
btree-gist.sgml Spell checking and markup refinement 2011-05-19 01:14:45 +03:00
catalogs.sgml Remove erroneous claim about use of pg_locks.objid for advisory locks. 2011-11-28 13:52:04 -05:00
charset.sgml Teach regular expression operators to honor collations. 2011-04-10 18:03:09 -04:00
chkpass.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
citext.sgml Make citext's equality and hashing functions collation-insensitive. 2011-06-08 15:25:02 -04:00
client-auth.sgml Document that multiple LDAP servers can be specified 2011-11-01 15:45:07 +01:00
config.sgml Document that TCP keepalive settings read as 0 on Unix-socket connections. 2012-10-31 14:26:40 -04:00
contacts.sgml Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
contrib-spi.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
contrib.sgml Add contrib/file_fdw foreign-data wrapper for reading files via COPY. 2011-02-20 14:06:59 -05:00
cube.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
datatype.sgml Typo fixes for previous commit. 2012-08-06 16:12:39 -04:00
datetime.sgml Mark all GUC variables with <varname> markup, rather than <literal>. 2011-02-02 18:06:38 -05:00
dblink.sgml Rename "Example" sections to "Examples" in dblink chapter 2011-08-07 15:52:03 +03:00
ddl.sgml Provide adequate documentation of the "table_name *" notation. 2012-09-17 14:59:38 -04:00
dfunc.sgml MacOS -> Mac OS 2011-08-17 10:05:55 +03:00
dict-int.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
dict-xsyn.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
diskusage.sgml Properly capitalize documentation headings; some only had initial-word 2011-01-29 13:01:48 -05:00
dml.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
docguide.sgml doc: Fix broken links to DocBook wiki 2012-12-01 01:53:28 -05:00
dummy-seclabel.sgml Fix typo in dummy_seclabel documentation. 2011-10-13 12:16:40 -04:00
earthdistance.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
ecpg.sgml Removed sentence about not being able to retrieve more than one row at a time, 2012-10-05 17:06:50 +02:00
errcodes.sgml Drop "meaning" column from error code table 2011-05-28 00:25:33 +03:00
extend.sgml Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:36 -04:00
external-projects.sgml Remove references to pgfoundry as recommended hosting platform 2012-07-04 09:02:14 +02:00
fdwhandler.sgml Improvements to SQL/MED documentation. 2011-07-25 09:38:20 -04:00
features.sgml Remove claim that the project is not represented in the SQL working group 2011-07-18 07:36:06 +03:00
file-fdw.sgml Spell checking and markup refinement 2011-05-19 01:14:45 +03:00
filelist.sgml Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 2011-04-04 16:09:10 -04:00
fixrtf Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
func.sgml Warn more vigorously about the non-transactional behavior of sequences. 2012-08-06 15:18:54 -04:00
fuzzystrmatch.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
generate-errcodes-table.pl Drop "meaning" column from error code table 2011-05-28 00:25:33 +03:00
generate_history.pl Improve style of generate_history.pl Perl script. 2011-05-05 12:49:23 -04:00
geqo.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
gin.sgml Properly capitalize documentation headings; some only had initial-word 2011-01-29 13:01:48 -05:00
gist.sgml Protect GIST logic that assumes penalty values can't be negative. 2011-05-31 17:53:45 -04:00
high-availability.sgml The replication status values in pg_stat_replication was changed to 2011-08-31 12:38:33 +03:00
history.sgml Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
hstore.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
indexam.sgml Unify spelling of "canceled", "canceling", "cancellation" 2011-07-02 23:30:01 +03:00
indices.sgml Fix typo in previous commit 2012-10-17 09:20:42 +01:00
info.sgml Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
information_schema.sgml Note that information_schema.sql_languages was removed in SQL:2008 2011-07-18 07:35:56 +03:00
install-windows.sgml Fix typo 2011-09-24 14:34:58 +02:00
installation.sgml Remove references to PostgreSQL bundled on Solaris 2012-07-04 09:02:20 +02:00
intagg.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
intarray.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
intro.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
isn.sgml Use entities to encode non-ASCII characters in SGML documentation 2011-05-31 23:11:46 +03:00
jadetex.cfg Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
keywords.sgml Update key words table for 9.1 2011-04-06 00:16:13 +03:00
legal.sgml Update copyright year in forgotten places 2012-06-19 21:36:08 +03:00
libpq.sgml Fix reference to "verify-ca" and "verify-full" in a note in the docs. 2011-12-16 15:06:45 +02:00
lo.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
lobj.sgml In docs, rename "backwards compatibility" to "backward compatibility" 2011-03-11 14:33:10 -05:00
ltree.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
maintenance.sgml Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 2012-09-16 12:20:35 -05:00
Makefile Produce HISTORY file consistently as ASCII 2011-06-19 23:30:11 +03:00
manage-ag.sgml Avoid extra whitespace in the arguments of <indexterm>. 2011-04-08 11:36:05 -04:00
mk_feature_tables.pl Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
monitoring.sgml Remove tab in 9.1 SGML file. 2012-01-23 21:08:46 -05:00
mvcc.sgml Overdue code review for transaction-level advisory locks patch. 2012-05-04 17:43:35 -04:00
nls.sgml Properly capitalize hyphenated words in documentation titles. 2011-02-01 17:00:26 -05:00
notation.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
oid2name.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pageinspect.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
passwordcheck.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
perform.sgml Spell checking and markup refinement 2011-05-19 01:14:45 +03:00
pgarchivecleanup.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgbench.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgbuffercache.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgcrypto.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgfreespacemap.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgrowlocks.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgstandby.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgstatstatements.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgstattuple.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
pgtestfsync.sgml Spell checking and markup refinement 2011-05-19 01:14:45 +03:00
pgtrgm.sgml Document that contrib/pgtrgm only processes ASCII alphanumeric 2011-09-05 13:24:46 -04:00
pgupgrade.sgml In pg_upgrade, allow tables using regclass to be upgraded because we 2011-12-05 16:45:19 -05:00
planstats.sgml Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
plhandler.sgml Update documentation to reflect that standard PLs are now extensions. 2011-03-05 01:08:38 -05:00
plperl.sgml Spell checking and markup refinement 2011-05-19 01:14:45 +03:00
plpgsql.sgml Revert documentation patch about NEW/OLD and triggers. 2011-09-07 09:24:02 -04:00
plpython.sgml Fix documentation reference to "above" example 2011-06-04 23:12:27 +03:00
pltcl.sgml Avoid extra whitespace in the arguments of <indexterm>. 2011-04-08 11:36:05 -04:00
postgres.sgml Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 2011-04-04 16:09:10 -04:00
problems.sgml Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
protocol.sgml Fix tar files emitted by pg_basebackup to be POSIX conformant. 2012-09-28 15:35:51 -04:00
queries.sgml Provide adequate documentation of the "table_name *" notation. 2012-09-17 14:59:38 -04:00
query.sgml Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
README.links Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
recovery-config.sgml In the manual section on primary_conninfo, recommend using a role with 2011-09-14 09:32:54 +03:00
reference.sgml DDL support for collations 2011-02-12 15:55:18 +02:00
regress.sgml Adjust comments about collate.linux.utf8 regression test. 2011-04-23 12:51:47 -04:00
release-7.4.sgml Unify spelling of "canceled", "canceling", "cancellation" 2011-07-02 23:30:01 +03:00
release-8.0.sgml Unify spelling of "canceled", "canceling", "cancellation" 2011-07-02 23:30:01 +03:00
release-8.1.sgml Unify spelling of "canceled", "canceling", "cancellation" 2011-07-02 23:30:01 +03:00
release-8.2.sgml Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. 2011-11-30 19:34:52 -05:00
release-8.3.sgml Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 2012-09-19 17:38:53 -04:00
release-8.4.sgml Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 2012-09-19 17:38:53 -04:00
release-9.0.sgml Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 2012-09-19 17:38:53 -04:00
release-9.1.sgml Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 2012-09-19 17:38:53 -04:00
release-old.sgml MacOS -> Mac OS 2011-08-17 10:05:55 +03:00
release.sgml Add SGML markup for keywords, terms, functions, commands, etc. 2011-03-19 17:21:49 -04:00
rowtypes.sgml Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
rules.sgml Properly capitalize documentation headings; some only had initial-word 2011-01-29 13:01:48 -05:00
runtime.sgml Fix examples of how to use "su" while starting the server. 2012-09-25 13:53:01 -04:00
seg.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
sepgsql.sgml Take sepgsql regression tests out of the regular regression test mechanism. 2011-09-27 20:15:54 -04:00
sourcerepo.sgml Properly capitalize documentation headings; some only had initial-word 2011-01-29 13:01:48 -05:00
sources.sgml Add an errdetail_internal() ereport auxiliary routine. 2011-07-16 14:22:32 -04:00
spi.sgml Fix a whitespace issue with the man pages 2011-08-07 10:56:03 +03:00
sql.sgml Be consistent about writing "[, ...]" instead "[,...]" in the docs. 2010-11-29 11:53:27 +02:00
sslinfo.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
standalone-install.sgml Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source 2011-04-04 16:09:10 -04:00
start.sgml Remove mention of using "man" from the tutorial. 2011-04-03 19:49:05 -04:00
storage.sgml Capitalization fixes 2011-06-19 00:39:19 +03:00
stylesheet-common.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet-fo.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet-hh.xsl Reorganize XSLT stylesheet support. Put common things into a separate 2006-12-10 16:01:06 +00:00
stylesheet-man.xsl Fix a whitespace issue with the man pages 2011-08-07 10:56:03 +03:00
stylesheet.css Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
stylesheet.dsl Modify up/home macro to match standard parameter list; fixes doc build. 2011-10-12 14:05:33 -04:00
stylesheet.xsl XSLT stylesheet: Add slash to directory name 2012-11-08 23:58:36 -05:00
syntax.sgml Include unary plus in the Operator Precedence table. 2011-05-04 15:02:34 -04:00
tablefunc.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
test-parser.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
textsearch.sgml Fix typo: lexemes misspelled in full text search docs. 2012-09-12 07:41:55 -05:00
trigger.sgml Update struct Trigger in docs 2012-03-20 15:41:38 -03:00
tsearch2.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
typeconv.sgml Update type-conversion documentation for long-ago changes. 2011-09-06 12:15:02 -04:00
unaccent.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
user-manag.sgml In docs, rename "backwards compatibility" to "backward compatibility" 2011-03-11 14:33:10 -05:00
uuid-ossp.sgml Add xreflabels to /contrib manuals so links appear correct. Also update 2011-05-07 22:29:20 -04:00
vacuumlo.sgml Back-patch contrib/vacuumlo's new -l (limit) option into 9.0 and 9.1. 2012-03-21 13:04:55 -04:00
wal.sgml Now that the diskchecker.pl author has updated the download link on his 2012-07-30 10:15:56 -04:00
xaggr.sgml Improve user-defined-aggregates documentation. 2011-03-23 16:56:55 -04:00
xfunc.sgml Add comments about the need to avoid uninitialized bits in datatype values. 2011-04-27 14:06:22 -04:00
xindex.sgml Add external documentation for KNNGIST. 2010-12-03 23:49:06 -05:00
xml2.sgml Prevent access to external files/URLs via contrib/xml2's xslt_process(). 2012-08-14 18:32:03 -04:00
xoper.sgml Properly capitalize hyphenated words in documentation titles. 2011-02-01 17:00:26 -05:00
xplang.sgml Update documentation to reflect that standard PLs are now extensions. 2011-03-05 01:08:38 -05:00
xtypes.sgml Avoid extra whitespace in the arguments of <indexterm>. 2011-04-08 11:36:05 -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 # from the title of the target
	link, or xreflabel if defined at the target; 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