Add/edit index entries.

Peter Eisentraut <peter_e@gmx.net>

Commit: c326d8f4f20a9b98f6faa760ccf2cd13fb289dc8
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2003-08-31T17:32:24Z
Releases: 7.4.1
Add/edit index entries.

Files

PathChange+/−
doc/src/sgml/advanced.sgml modified +2 −2
doc/src/sgml/array.sgml modified +2 −2
doc/src/sgml/backup.sgml modified +19 −9
doc/src/sgml/charset.sgml modified +2 −2
doc/src/sgml/client-auth.sgml modified +6 −1
doc/src/sgml/datatype.sgml modified +151 −98
doc/src/sgml/datetime.sgml modified +3 −2
doc/src/sgml/ddl.sgml modified +233 −14
doc/src/sgml/dfunc.sgml modified +29 −26
doc/src/sgml/dml.sgml modified +25 −1
doc/src/sgml/ecpg.sgml modified +3 −1
doc/src/sgml/extend.sgml modified +31 −12
doc/src/sgml/func.sgml modified +82 −39
doc/src/sgml/indices.sgml modified +22 −13
doc/src/sgml/installation.sgml modified +5 −5
doc/src/sgml/jdbc.sgml modified +58 −2
doc/src/sgml/keywords.sgml modified +2 −2
doc/src/sgml/libpgtcl.sgml modified +8 −8
doc/src/sgml/libpq.sgml modified +587 −542
doc/src/sgml/lobj.sgml modified +45 −25
doc/src/sgml/maintenance.sgml modified +16 −2
doc/src/sgml/manage-ag.sgml modified +37 −28
doc/src/sgml/monitoring.sgml modified +16 −1
doc/src/sgml/mvcc.sgml modified +26 −5
doc/src/sgml/perform.sgml modified +31 −1
doc/src/sgml/plperl.sgml modified +25 −16
doc/src/sgml/plpgsql.sgml modified +54 −27
doc/src/sgml/plpython.sgml modified +23 −12
doc/src/sgml/pltcl.sgml modified +12 −5
doc/src/sgml/queries.sgml modified +101 −24
doc/src/sgml/query.sgml modified +4 −3
doc/src/sgml/ref/abort.sgml modified +5 −1
doc/src/sgml/ref/alter_aggregate.sgml modified +5 −1
doc/src/sgml/ref/alter_conversion.sgml modified +5 −1
doc/src/sgml/ref/alter_database.sgml modified +5 −1
doc/src/sgml/ref/alter_domain.sgml modified +7 −1
doc/src/sgml/ref/alter_function.sgml modified +5 −1
doc/src/sgml/ref/alter_group.sgml modified +5 −1
doc/src/sgml/ref/alter_language.sgml modified +5 −1
doc/src/sgml/ref/alter_opclass.sgml modified +5 −1
doc/src/sgml/ref/alter_schema.sgml modified +5 −1
doc/src/sgml/ref/alter_sequence.sgml modified +7 −1
doc/src/sgml/ref/alter_table.sgml modified +5 −1
doc/src/sgml/ref/alter_trigger.sgml modified +5 −1
doc/src/sgml/ref/alter_user.sgml modified +5 −1
doc/src/sgml/ref/analyze.sgml modified +5 −1
doc/src/sgml/ref/begin.sgml modified +5 −1
doc/src/sgml/ref/checkpoint.sgml modified +5 −1
doc/src/sgml/ref/close.sgml modified +5 −1
doc/src/sgml/ref/clusterdb.sgml modified +5 −1
doc/src/sgml/ref/cluster.sgml modified +5 −1
doc/src/sgml/ref/comment.sgml modified +5 −1
doc/src/sgml/ref/commit.sgml modified +5 −1
doc/src/sgml/ref/copy.sgml modified +5 −1
doc/src/sgml/ref/create_aggregate.sgml modified +5 −1
doc/src/sgml/ref/create_cast.sgml modified +5 −1
doc/src/sgml/ref/create_constraint.sgml modified +5 −1
doc/src/sgml/ref/create_conversion.sgml modified +5 −1
doc/src/sgml/ref/create_database.sgml modified +5 −1
doc/src/sgml/ref/createdb.sgml modified +5 −1
doc/src/sgml/ref/create_domain.sgml modified +5 −1
doc/src/sgml/ref/create_function.sgml modified +5 −1
doc/src/sgml/ref/create_group.sgml modified +5 −1
doc/src/sgml/ref/create_index.sgml modified +5 −1
doc/src/sgml/ref/createlang.sgml modified +5 −1
doc/src/sgml/ref/create_language.sgml modified +5 −1
doc/src/sgml/ref/create_opclass.sgml modified +5 −1
doc/src/sgml/ref/create_operator.sgml modified +5 −1
doc/src/sgml/ref/create_rule.sgml modified +5 −1
doc/src/sgml/ref/create_schema.sgml modified +5 −1
doc/src/sgml/ref/create_sequence.sgml modified +5 −1
doc/src/sgml/ref/create_table_as.sgml modified +5 −1
doc/src/sgml/ref/create_table.sgml modified +5 −1
doc/src/sgml/ref/create_trigger.sgml modified +5 −1
doc/src/sgml/ref/create_type.sgml modified +5 −1
doc/src/sgml/ref/create_user.sgml modified +5 −1
doc/src/sgml/ref/createuser.sgml modified +5 −1
doc/src/sgml/ref/create_view.sgml modified +5 −1
doc/src/sgml/ref/deallocate.sgml modified +5 −1
doc/src/sgml/ref/declare.sgml modified +5 −1
doc/src/sgml/ref/delete.sgml modified +5 −1
doc/src/sgml/ref/drop_aggregate.sgml modified +5 −1
doc/src/sgml/ref/drop_cast.sgml modified +5 −1
doc/src/sgml/ref/drop_conversion.sgml modified +5 −1
doc/src/sgml/ref/drop_database.sgml modified +5 −1
doc/src/sgml/ref/dropdb.sgml modified +5 −1
doc/src/sgml/ref/drop_domain.sgml modified +5 −1
doc/src/sgml/ref/drop_function.sgml modified +5 −1
doc/src/sgml/ref/drop_group.sgml modified +5 −1
doc/src/sgml/ref/drop_index.sgml modified +5 −1
doc/src/sgml/ref/droplang.sgml modified +5 −1
doc/src/sgml/ref/drop_language.sgml modified +5 −1
doc/src/sgml/ref/drop_opclass.sgml modified +5 −1
doc/src/sgml/ref/drop_operator.sgml modified +5 −1
doc/src/sgml/ref/drop_rule.sgml modified +5 −1
doc/src/sgml/ref/drop_schema.sgml modified +5 −1
doc/src/sgml/ref/drop_sequence.sgml modified +5 −1
doc/src/sgml/ref/drop_table.sgml modified +5 −1
doc/src/sgml/ref/drop_trigger.sgml modified +5 −1
doc/src/sgml/ref/drop_type.sgml modified +5 −1
doc/src/sgml/ref/drop_user.sgml modified +5 −1
doc/src/sgml/ref/dropuser.sgml modified +5 −1
doc/src/sgml/ref/drop_view.sgml modified +5 −1
doc/src/sgml/ref/ecpg-ref.sgml modified +5 −1
doc/src/sgml/ref/end.sgml modified +5 −1
doc/src/sgml/ref/execute.sgml modified +5 −1
doc/src/sgml/ref/explain.sgml modified +5 −1
doc/src/sgml/ref/fetch.sgml modified +5 −1
doc/src/sgml/ref/grant.sgml modified +5 −1
doc/src/sgml/ref/initdb.sgml modified +5 −1
doc/src/sgml/ref/initlocation.sgml modified +5 −1
doc/src/sgml/ref/insert.sgml modified +5 −1
doc/src/sgml/ref/ipcclean.sgml modified +5 −1
doc/src/sgml/ref/listen.sgml modified +5 −1
doc/src/sgml/ref/load.sgml modified +5 −1
doc/src/sgml/ref/lock.sgml modified +5 −1
doc/src/sgml/ref/move.sgml modified +5 −1
doc/src/sgml/ref/notify.sgml modified +5 −1
doc/src/sgml/ref/pg_config-ref.sgml modified +5 −1
doc/src/sgml/ref/pg_controldata.sgml modified +5 −1
doc/src/sgml/ref/pg_ctl-ref.sgml modified +5 −1
doc/src/sgml/ref/pg_dumpall.sgml modified +5 −1
doc/src/sgml/ref/pg_dump.sgml modified +5 −1
doc/src/sgml/ref/pg_restore.sgml modified +5 −1
doc/src/sgml/ref/pgtclsh.sgml modified +5 −1
doc/src/sgml/ref/pgtksh.sgml modified +5 −1
doc/src/sgml/ref/postgres-ref.sgml modified +5 −1
doc/src/sgml/ref/postmaster.sgml modified +5 −1
doc/src/sgml/ref/prepare.sgml modified +5 −1
doc/src/sgml/ref/psql-ref.sgml modified +5 −1
doc/src/sgml/ref/reindex.sgml modified +5 −1
doc/src/sgml/ref/reset.sgml modified +5 −1
doc/src/sgml/ref/revoke.sgml modified +5 −1
doc/src/sgml/ref/rollback.sgml modified +5 −1
doc/src/sgml/ref/select_into.sgml modified +5 −1
doc/src/sgml/ref/select.sgml modified +5 −1
doc/src/sgml/ref/set_constraints.sgml modified +5 −1
doc/src/sgml/ref/set_session_auth.sgml modified +5 −1
doc/src/sgml/ref/set.sgml modified +5 −1
doc/src/sgml/ref/set_transaction.sgml modified +5 −1
doc/src/sgml/ref/show.sgml modified +5 −1
doc/src/sgml/ref/start_transaction.sgml modified +5 −1
doc/src/sgml/ref/truncate.sgml modified +5 −1
doc/src/sgml/ref/unlisten.sgml modified +5 −1
doc/src/sgml/ref/update.sgml modified +5 −1
doc/src/sgml/ref/vacuumdb.sgml modified +5 −1
doc/src/sgml/ref/vacuum.sgml modified +5 −1
doc/src/sgml/regress.sgml modified +9 −1
doc/src/sgml/rules.sgml modified +60 −6
doc/src/sgml/runtime.sgml modified +55 −38
doc/src/sgml/spi.sgml modified +2 −2
doc/src/sgml/syntax.sgml modified +106 −39
doc/src/sgml/trigger.sgml modified +24 −13
doc/src/sgml/typeconv.sgml modified +37 −3
doc/src/sgml/user-manag.sgml modified +45 −5
doc/src/sgml/wal.sgml modified +17 −4
doc/src/sgml/xaggr.sgml modified +4 −4
doc/src/sgml/xfunc.sgml modified +45 −15
doc/src/sgml/xindex.sgml modified +18 −10
doc/src/sgml/xoper.sgml modified +10 −4
doc/src/sgml/xplang.sgml modified +5 −1
doc/src/sgml/xtypes.sgml modified +11 −7