pgsql: Update comments in new DROP IF EXISTS code; commit message updat

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update comments in new DROP IF EXISTS code; commit message updat
Date: 2013-01-26 19:52:04
Message-ID: E1TzBnI-0004M0-50@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments in new DROP IF EXISTS code; commit message update

DROP IF EXISTS with a missing schema in commit
7e2322dff30c04d90c0602d2b5ae24b4881db88b applies not only to tables, but
to DROP IF EXISTS with missing schemas for indexes, views, sequences,
and foreign tables. Yeah!

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8865fe0ad3e4260db0e67e2064200d96c0999fa0

Modified Files
--------------
src/backend/catalog/namespace.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-26 21:19:03 pgsql: Make LATERAL implicit for functions in FROM.
Previous Message Bruce Momjian 2013-01-26 18:47:54 pgsql: Update LookupExplicitNamespace() comments; commit message updat