CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/03 16:54:22
Modified files:
doc/src/sgml/ref: comment.sgml drop_aggregate.sgml
src/backend/commands: comment.c remove.c
src/backend/parser: analyze.c gram.y
src/bin/pg_dump: common.c pg_dump.c pg_dump.h
src/interfaces/ecpg/preproc: preproc.y
src/test/regress/expected: errors.out
src/test/regress/sql: drop.sql errors.sql
src/tutorial : complex.source
Log message:
DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax
'aggname (aggtype)'. The old syntax 'aggname aggtype' is still accepted
for backwards compatibility. Fix pg_dump, which was actually broken for
most cases of user-defined aggregates. Clean up error messages associated
with these commands.
pgsql-committers by date
| Next: | From: tgl | Date: 2001-10-03 21:58:28 |
| Subject: pgsql/src backend/postmaster/postmaster.c bin/ ... |
| Previous: | From: tgl | Date: 2001-10-03 19:24:36 |
| Subject: pgsql/src/test/regress/expected time.out |