CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 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