Re: BUG #3760: Comment on restore database

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Malcus Imhof <malcus(at)terra(dot)com(dot)br>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3760: Comment on restore database
Date: 2007-11-19 23:47:06
Message-ID: 200711192347.lAJNl6w25632@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)us> writes:
> > I have added a TODO item:
>
> > o Allow COMMENT ON dbname to work when loading into a database
> > with a different name
>
> This is an extremely poorly phrased TODO item. The problem is not that
> you can't comment on a database with a different name --- that's worked
> ever since pg_shdescription was added.

OK, updated:

o Prevent COMMENT ON dbname from issuing a warning when loading
into a database with a different name, perhaps using COMMENT ON
CURRENT DATABASE

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-11-20 00:14:01 Re: BUG #3760: Comment on restore database
Previous Message Tom Lane 2007-11-19 23:40:09 Re: BUG #3760: Comment on restore database