pgsql-server/src/backend/commands Tag: REL7_3_ ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/backend/commands Tag: REL7_3_ ...
Date
Msg-id 20030717201409.8E632CCAEA@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/07/17 17:14:09

Modified files:
    src/backend/commands: Tag: REL7_3_STABLE 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: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/commands comment.c
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src/backend/utils/adt selfuncs.c