Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql-server/src/backend/commands comment.c - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql-server/src/backend/commands comment.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    [email protected]    03/07/17 17:13:57

Modified files:
    src/backend/commands: comment.c

Log message:
    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.


pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/backend/access/transam Tag: R ...
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands Tag: REL7_3_ ...