Tom Lane wrote:
> Bruce Momjian <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match