CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 03/01/18 19:13:32
Modified files:
doc/src/sgml : arch-dev.sgml catalogs.sgml charset.sgml
client-auth.sgml dfunc.sgml ecpg.sgml
extend.sgml history.sgml info.sgml
installation.sgml jdbc.sgml libpq.sgml
notation.sgml plpgsql.sgml xaggr.sgml
xfunc.sgml
doc/src/sgml/ref: alter_database.sgml alter_table.sgml
alter_user.sgml analyze.sgml begin.sgml
checkpoint.sgml create_aggregate.sgml
create_cast.sgml create_conversion.sgml
create_database.sgml create_domain.sgml
create_function.sgml create_group.sgml
create_language.sgml create_opclass.sgml
create_operator.sgml create_sequence.sgml
create_table.sgml create_trigger.sgml
create_type.sgml create_user.sgml
drop_aggregate.sgml ecpg-ref.sgml execute.sgml
explain.sgml initdb.sgml initlocation.sgml
insert.sgml load.sgml pg_config-ref.sgml
pg_ctl-ref.sgml pg_dump.sgml pg_restore.sgml
pgtclsh.sgml pgtksh.sgml postgres-ref.sgml
postmaster.sgml reset.sgml select.sgml
set.sgml set_transaction.sgml show.sgml
vacuum.sgml
Log message:
This patch includes a lot of minor cleanups to the SGML documentation,
including:
- replacing all the appropriate usages of <citetitle>PostgreSQL
...</citetitle> with &cite-user;, &cite-admin;, and so on
- fix an omission in the EXECUTE documentation
- add some more text to the EXPLAIN documentation
- improve the PL/PgSQL RETURN NEXT documentation (more work to do here)
- minor markup fixes
Neil Conway