Re: pgsql-server/src/backend/commands comment.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql-server/src/backend/commands comment.c
Date: 2003-07-22 00:49:18
Message-ID: 200307220049.h6M0nIU05425@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


Added to TODO:

* Prevent COMMENT ON DATABASE from using a database name

---------------------------------------------------------------------------

Rod Taylor wrote:
-- Start of PGP signed section.
> > For COMMENT ON DATABASE where database name is unknown or not the current
> > database, emit a WARNING and do nothing, rather than raising ERROR.
> > Per recent discussion in which we concluded this is the best way to deal
> > with database dumps that are reloaded into a database of a new name.
>
> Please add a TODO note about allowing COMMENT ON DATABASE to function
> without providing a database name at all.
-- End of PGP section, PGP failed!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-22 00:49:23 pgsql-server/doc TODO
Previous Message Bruce Momjian 2003-07-22 00:02:56 pgsql-server/src bin/initdb/initdb.sh test/reg ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-22 01:06:49 Re: Another TODO for PL/pgSQL -- Dynamic colums
Previous Message Edin Kadribasic 2003-07-21 23:51:45 Re: php with postgres