Merge documentation into one book. (Build with "make html".) Replace

Peter Eisentraut <peter_e@gmx.net>

Commit: 5e5c5cd31af02ec7e0d22951d095de6a0d35215c
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-03-25T16:15:44Z
Releases: 7.4.1
Merge documentation into one book.  (Build with "make html".)  Replace
vague cross-references with real links.

Files

PathChange+/−
doc/src/Makefile modified +5 −25
doc/src/sgml/admin.sgml deleted +0 −107
doc/src/sgml/advanced.sgml modified +4 −4
doc/src/sgml/arch-dev.sgml modified +2 −3
doc/src/sgml/catalogs.sgml modified +12 −12
doc/src/sgml/charset.sgml modified +2 −2
doc/src/sgml/ddl.sgml modified +4 −4
doc/src/sgml/developer.sgml deleted +0 −35
doc/src/sgml/dfunc.sgml modified +1 −4
doc/src/sgml/dml.sgml modified +2 −2
doc/src/sgml/ecpg.sgml modified +2 −2
doc/src/sgml/entities.sgml deleted +0 −20
doc/src/sgml/extend.sgml modified +2 −2
doc/src/sgml/filelist.sgml modified +1 −2
doc/src/sgml/func-ref.sgml deleted +0 −19
doc/src/sgml/func.sgml modified +6 −6
doc/src/sgml/indices.sgml modified +3 −3
doc/src/sgml/installation.sgml modified +20 −20
doc/src/sgml/jdbc.sgml modified +2 −2
doc/src/sgml/legal.sgml modified +3 −42
doc/src/sgml/libpq.sgml modified +2 −2
doc/src/sgml/maintenance.sgml modified +2 −2
doc/src/sgml/Makefile modified +26 −58
doc/src/sgml/manage-ag.sgml modified +2 −2
doc/src/sgml/monitoring.sgml modified +4 −4
doc/src/sgml/mvcc.sgml modified +2 −2
doc/src/sgml/notation.sgml modified +2 −2
doc/src/sgml/perform.sgml modified +4 −4
doc/src/sgml/plpgsql.sgml modified +2 −2
doc/src/sgml/postgres.sgml modified +254 −42
doc/src/sgml/programmer.sgml deleted +0 −160
doc/src/sgml/query.sgml modified +3 −3
doc/src/sgml/ref/alter_database.sgml modified +3 −3
doc/src/sgml/ref/alter_table.sgml modified +2 −2
doc/src/sgml/ref/alter_user.sgml modified +3 −3
doc/src/sgml/ref/analyze.sgml modified +2 −2
doc/src/sgml/ref/begin.sgml modified +2 −2
doc/src/sgml/ref/checkpoint.sgml modified +2 −10
doc/src/sgml/ref/cluster.sgml modified +3 −3
doc/src/sgml/ref/create_aggregate.sgml modified +4 −6
doc/src/sgml/ref/create_cast.sgml modified +2 −3
doc/src/sgml/ref/create_conversion.sgml modified +2 −3
doc/src/sgml/ref/create_database.sgml modified +3 −3
doc/src/sgml/ref/create_domain.sgml modified +1 −4
doc/src/sgml/ref/create_function.sgml modified +4 −7
doc/src/sgml/ref/create_group.sgml modified +2 −3
doc/src/sgml/ref/create_language.sgml modified +2 −3
doc/src/sgml/ref/create_opclass.sgml modified +2 −3
doc/src/sgml/ref/create_operator.sgml modified +3 −4
doc/src/sgml/ref/create_sequence.sgml modified +2 −2
doc/src/sgml/ref/create_table.sgml modified +1 −3
doc/src/sgml/ref/create_trigger.sgml modified +2 −4
doc/src/sgml/ref/create_type.sgml modified +1 −2
doc/src/sgml/ref/create_user.sgml modified +3 −3
doc/src/sgml/ref/drop_aggregate.sgml modified +1 −2
doc/src/sgml/ref/ecpg-ref.sgml modified +2 −12
doc/src/sgml/reference.sgml modified +14 −22
doc/src/sgml/ref/explain.sgml modified +2 −2
doc/src/sgml/ref/initdb.sgml modified +1 −2
doc/src/sgml/ref/initlocation.sgml modified +1 −9
doc/src/sgml/ref/insert.sgml modified +2 −3
doc/src/sgml/ref/load.sgml modified +3 −4
doc/src/sgml/ref/pg_config-ref.sgml modified +1 −10
doc/src/sgml/ref/pg_ctl-ref.sgml modified +2 −2
doc/src/sgml/ref/pg_dump.sgml modified +1 −2
doc/src/sgml/ref/pg_restore.sgml modified +1 −2
doc/src/sgml/ref/pgtclsh.sgml modified +2 −2
doc/src/sgml/ref/pgtksh.sgml modified +2 −2
doc/src/sgml/ref/postgres-ref.sgml modified +3 −3
doc/src/sgml/ref/postmaster.sgml modified +6 −6
doc/src/sgml/ref/psql-ref.sgml modified +1 −11
doc/src/sgml/ref/reindex.sgml modified +2 −3
doc/src/sgml/ref/reset.sgml modified +3 −3
doc/src/sgml/ref/select.sgml modified +2 −3
doc/src/sgml/ref/set.sgml modified +11 −9
doc/src/sgml/ref/set_transaction.sgml modified +3 −3
doc/src/sgml/ref/show.sgml modified +11 −12
doc/src/sgml/ref/vacuum.sgml modified +2 −2
doc/src/sgml/runtime.sgml modified +9 −10
doc/src/sgml/standalone-install.sgml modified +3 −3
doc/src/sgml/start.sgml modified +4 −4
doc/src/sgml/stylesheet.dsl modified +2 −2
doc/src/sgml/syntax.sgml modified +2 −3
doc/src/sgml/trigger.sgml modified +2 −2
doc/src/sgml/tutorial.sgml deleted +0 −80
doc/src/sgml/typeconv.sgml modified +1 −6
doc/src/sgml/user-manag.sgml modified +4 −5
doc/src/sgml/user.sgml deleted +0 −109
doc/src/sgml/xaggr.sgml modified +2 −2
doc/src/sgml/xfunc.sgml modified +2 −2
src/backend/port/sysv_sema.c modified +2 −2
src/backend/port/sysv_shmem.c modified +10 −10
src/bin/initdb/initdb.sh modified +2 −2