pgsql/doc/src/sgml/ref (drop_index.sgml drop_rule.sgml drop_sequence.sgml drop_table.sgml drop_type.sgml drop_view.sgml)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml/ref (drop_index.sgml drop_rule.sgml drop_sequence.sgml drop_table.sgml drop_type.sgml drop_view.sgml)
Date: 2000-10-22 23:32:38
Message-ID: 200010222332.e9MNWc880695@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, October 22, 2000 @ 19:32:38
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/ref
from hub.org:/home/projects/pgsql/tmp/cvs-serv80691/doc/src/sgml/ref

Modified Files:
drop_index.sgml drop_rule.sgml drop_sequence.sgml
drop_table.sgml drop_type.sgml drop_view.sgml

----------------------------- Log Message -----------------------------

Some small polishing of Mark Hollomon's cleanup of DROP command: might
as well allow DROP multiple INDEX, RULE, TYPE as well. Add missing
CommandCounterIncrement to DROP loop, which could cause trouble otherwise
with multiple DROP of items affecting same catalog entries. Try to
bring a little consistency to various error messages using 'does not exist',
'nonexistent', etc --- I standardized on 'does not exist' since that's
what the vast majority of the existing uses seem to be.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-10-22 23:32:39 pgsql/src/backend/catalog (heap.c pg_operator.c)
Previous Message Tom Lane 2000-10-22 23:25:12 pgsql/src/pl/plpgsql/test/expected (tables.out test.out triggers.out views.out)