diff options
| author | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2003-01-19 00:13:31 +0000 |
| commit | be2b660ecd5ca205570825633e7b8479379ddc64 (patch) | |
| tree | 8b229de93c4810a7f1cdd6b29099316abc05c2d7 /doc/src/sgml/ref/create_aggregate.sgml | |
| parent | 2042daf5c3f54f338c8a332e7314c23bff5d0c36 (diff) | |
| download | postgresql-be2b660ecd5ca205570825633e7b8479379ddc64.tar.gz | |
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
Diffstat (limited to 'doc/src/sgml/ref/create_aggregate.sgml')
| -rw-r--r-- | doc/src/sgml/ref/create_aggregate.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_aggregate.sgml b/doc/src/sgml/ref/create_aggregate.sgml index 9024152fb3..c5ae96850c 100644 --- a/doc/src/sgml/ref/create_aggregate.sgml +++ b/doc/src/sgml/ref/create_aggregate.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.22 2002/10/21 04:33:39 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_aggregate.sgml,v 1.23 2003/01/19 00:13:29 momjian Exp $ PostgreSQL documentation --> @@ -271,9 +271,8 @@ CREATE AGGREGATE Usage </title> <para> - Refer to the chapter on aggregate functions - in the <citetitle>PostgreSQL Programmer's Guide</citetitle> for - complete examples of usage. + Refer to the chapter on aggregate functions in the + &cite-programmer; for complete examples of usage. </para> </refsect1> |
