]> granicus.if.org Git - postgresql/commit
For COMMENT ON DATABASE where database name is unknown or not the current
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jul 2003 20:14:09 +0000 (20:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 17 Jul 2003 20:14:09 +0000 (20:14 +0000)
commit19de9d2fee9ea6939f8ed1cd7e52e190d3197ba4
treef4f0d8c24e0f27ad3b9643f0fbe77d7e1b07a24d
parent0a49e774b1ba172b9d2387152bb843ea7fb3c622
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.
src/backend/commands/comment.c