pgsql/ oc/src/sgml/ref/comment.sgml oc/src/sgm ...

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/comment.sgml oc/src/sgm ...
Date: 2001-10-03 20:54:22
Message-ID: 200110032054.f93KsMh09068@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-03 21:58:28 pgsql/src backend/postmaster/postmaster.c bin/ ...
Previous Message tgl 2001-10-03 19:24:36 pgsql/src/test/regress/expected time.out