pgsql-server/ oc/src/sgml/advanced.sgml oc/src ...

Started by Bruce Momjianover 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 03/02/18 23:06:28

Modified files:
doc/src/sgml : advanced.sgml arch-dev.sgml datatype.sgml
ddl.sgml docguide.sgml mvcc.sgml page.sgml
plpgsql.sgml runtime.sgml sql.sgml start.sgml
typeconv.sgml xfunc.sgml
doc/src/sgml/ref: alter_table.sgml cluster.sgml clusterdb.sgml
reindex.sgml set_session_auth.sgml vacuum.sgml
src/backend/catalog: index.c

Log message:
This patch makes the following changes to the documentation:

- more work from the SGML police

- some grammar improvements: rewriting a paragraph or two, replacing
contractions where (IMHO) appropriate

- fix missing utility commands in lock mode docs

- improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages

Neil Conway