pgsql/ oc/src/sgml/ref/allfiles.sgml oc/src/sg ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/allfiles.sgml oc/src/sg ...
Date: 2002-07-18 16:47:26
Message-ID: 20020718164726.83A7B475977@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/07/18 12:47:26

Modified files:
doc/src/sgml/ref: allfiles.sgml
doc/src/sgml : reference.sgml
src/backend/catalog: dependency.c heap.c index.c pg_operator.c
pg_proc.c pg_type.c
src/backend/commands: schemacmds.c
src/backend/parser: gram.y
src/backend/tcop: postgres.c utility.c
src/bin/initdb : initdb.sh
src/include/commands: schemacmds.h
src/include/nodes: parsenodes.h
Added files:
doc/src/sgml/ref: drop_schema.sgml

Log message:
Implement DROP SCHEMA. It lacks support for dropping conversions and
operator classes, both of which are schema-local and so should really
be droppable.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-18 17:11:51 pgsql/src/test/regress/expected copy2.out sele ...
Previous Message Tom Lane 2002-07-18 15:49:09 pgsql/doc/src/sgml/ref drop_sequence.sgml